#786D06

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

Shades of Olive #786D06

Tints of Olive #786D06

Color information

#786D06 (or 0x786D06) is unknown color: approx Olive. HEX triplet: 78, 6D and 06. RGB value is (120,109,6). Sum of RGB (Red+Green+Blue) = 120+109+6=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #786D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786D06 is #8792F9. Grayscale: #646464. Windows color (decimal): -8884986 or 421240. OLE color: 421240.

HSL color Cylindrical-coordinate representation of color #786D06: hue angle of 54.21º 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 #786D06 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1201096-
CMYK00.090.950.53
HSL54.21º90.48%24.71%-
HSV(B)54.21º95%47.06%-
XYZ13.2514.942.36-
YUV100.5574.64141.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=51.06%
G=46.38%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120109600.090.950.5354.2190.4824.71
Hex786D6095F35365a19
Octal1701556011137656613231
Binary11110001101101110010011011111110101110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786D06; }

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

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

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

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

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

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

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

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