#787204

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

Shades of Olive #787204

Tints of Olive #787204

Color information

#787204 (or 0x787204) is unknown color: approx Olive. HEX triplet: 78, 72 and 04. RGB value is (120,114,4). Sum of RGB (Red+Green+Blue) = 120+114+4=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #787204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787204 is #878DFB. Grayscale: #676767. Windows color (decimal): -8883708 or 291448. OLE color: 291448.

HSL color Cylindrical-coordinate representation of color #787204: hue angle of 56.9º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #787204 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1201144-
CMYK00.050.970.53
HSL56.9º93.55%24.31%-
HSV(B)56.9º96.67%47.06%-
XYZ13.7816.042.48-
YUV103.2571.99139.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=50.42%
G=47.90%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120114400.050.970.5356.993.5524.31
Hex78724056135395e18
Octal170162405141657113630
Binary1111000111001010001011100001110101111001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787204; }

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

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

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

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

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

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

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

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