#787006

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

Shades of Olive #787006

Tints of Olive #787006

Color information

#787006 (or 0x787006) is unknown color: approx Olive. HEX triplet: 78, 70 and 06. RGB value is (120,112,6). Sum of RGB (Red+Green+Blue) = 120+112+6=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #787006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787006 is #878FF9. Grayscale: #666666. Windows color (decimal): -8884218 or 422008. OLE color: 422008.

HSL color Cylindrical-coordinate representation of color #787006: hue angle of 55.79º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #787006 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1201126-
CMYK00.070.950.53
HSL55.79º90.48%24.71%-
HSV(B)55.79º95%47.06%-
XYZ13.5715.592.47-
YUV102.3173.65140.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 6 (2.73% from 255) = 2.52%
R=50.42%
G=47.06%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120112600.070.950.5355.7990.4824.71
Hex78706075F35385a19
Octal170160607137657013231
Binary1111000111000011001111011111110101111000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787006; }

 p { color: rgb(120,112,6); }

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

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

 a { background-color: rgb(120,112,6); }

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

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

 span { border-color: rgb(120,112,6); }

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