#75700D

Color #75700D Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #75700D

Tints of Olive #75700D

Color information

#75700D (or 0x75700D) is unknown color: approx Olive. HEX triplet: 75, 70 and 0D. RGB value is (117,112,13). Sum of RGB (Red+Green+Blue) = 117+112+13=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #75700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75700D is #8A8FF2. Grayscale: #666666. Windows color (decimal): -9080819 or 880757. OLE color: 880757.

HSL color Cylindrical-coordinate representation of color #75700D: hue angle of 57.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75700D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11711213-
CMYK00.040.890.54
HSL57.12º80%25.49%-
HSV(B)57.12º88.89%45.88%-
XYZ13.215.42.66-
YUV102.2177.66138.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 13 (5.47% from 255) = 5.37%
R=48.35%
G=46.28%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171121300.040.890.5457.128025.49
Hex7570D045936395019
Octal1651601504131667112031
Binary11101011110000110101001011001110110111001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75700D; }

 p { color: rgb(117,112,13); }

 H1.HeaderClassName
 {
   color: #75700D;
 }
 .AnyTagClassName
 {
   color: #75700D;
 }
</style>
background-color css

<style>
 a { background-color: #75700D; }

 a { background-color: rgb(117,112,13); }

 div.DivClassName
 {
   background-color: #75700D;
 }
 .BgClassName
 {
   background-color: #75700D;
 }
</style>
border-color css

<style>
 span { border-color: #75700D; }

 span { border-color: rgb(117,112,13); }

 td.TdClassName
 {
   border-color: #75700D;
 }
 .TagClassName
 {
   border-color: #75700D;
 }
</style>