#787206

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

Shades of Olive #787206

Tints of Olive #787206

Color information

#787206 (or 0x787206) is unknown color: approx Olive. HEX triplet: 78, 72 and 06. RGB value is (120,114,6). Sum of RGB (Red+Green+Blue) = 120+114+6=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #787206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787206 is #878DF9. Grayscale: #676767. Windows color (decimal): -8883706 or 422520. OLE color: 422520.

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

Color convert

RGB1201146-
CMYK00.050.950.53
HSL56.84º90.48%24.71%-
HSV(B)56.84º95%47.06%-
XYZ13.816.042.54-
YUV103.4872.99139.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 6 (2.73% from 255) = 2.5%
R=50%
G=47.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120114600.050.950.5356.8490.4824.71
Hex78726055F35395a19
Octal170162605137657113231
Binary1111000111001011001011011111110101111001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787206; }

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

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

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

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

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

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

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

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