#787205

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

Shades of Olive #787205

Tints of Olive #787205

Color information

#787205 (or 0x787205) is unknown color: approx Olive. HEX triplet: 78, 72 and 05. RGB value is (120,114,5). Sum of RGB (Red+Green+Blue) = 120+114+5=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #787205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787205 is #878DFA. Grayscale: #676767. Windows color (decimal): -8883707 or 356984. OLE color: 356984.

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

Color convert

RGB1201145-
CMYK00.050.960.53
HSL56.87º92%24.51%-
HSV(B)56.87º95.83%47.06%-
XYZ13.7916.042.51-
YUV103.3772.49139.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=50.21%
G=47.70%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120114500.050.960.5356.879224.51
Hex78725056035395c19
Octal170162505140657113431
Binary1111000111001010101011100000110101111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787205; }

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

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

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

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

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

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

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

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