#78911E

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

Shades of Olive Drab #78911E

Tints of Olive Drab #78911E

Color information

#78911E (or 0x78911E) is unknown color: approx Olive Drab. HEX triplet: 78, 91 and 1E. RGB value is (120,145,30). Sum of RGB (Red+Green+Blue) = 120+145+30=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #78911E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78911E is #876EE1. Grayscale: #7C7C7C. Windows color (decimal): -8875746 or 2003320. OLE color: 2003320.

HSL color Cylindrical-coordinate representation of color #78911E: hue angle of 73.04º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78911E is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB12014530-
CMYK0.1700.790.43
HSL73.04º65.71%34.31%-
HSV(B)73.04º79.31%56.86%-
XYZ18.1124.344.97-
YUV124.4274.72124.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=40.68%
G=49.15%
B=10.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120145300.1700.790.4373.0465.7134.31
Hex78911E1104F2B494222
Octal170221362101175311110242
Binary11110001001000111110100010100111110101110010011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78911E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78911E; }

 p { color: rgb(120,145,30); }

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

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

 a { background-color: rgb(120,145,30); }

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

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

 span { border-color: rgb(120,145,30); }

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