#789116

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

Shades of Olive Drab #789116

Tints of Olive Drab #789116

Color information

#789116 (or 0x789116) is unknown color: approx Olive Drab. HEX triplet: 78, 91 and 16. RGB value is (120,145,22). Sum of RGB (Red+Green+Blue) = 120+145+22=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #789116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789116 is #876EE9. Grayscale: #7B7B7B. Windows color (decimal): -8875754 or 1479032. OLE color: 1479032.

HSL color Cylindrical-coordinate representation of color #789116: hue angle of 72.2º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #789116 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB12014522-
CMYK0.1700.850.43
HSL72.2º73.65%32.75%-
HSV(B)72.2º84.83%56.86%-
XYZ18.0224.34.5-
YUV123.570.72125.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 145 (57.03% from 255) = 50.52%
BLUE value IS 22 (8.98% from 255) = 7.67%
R=41.81%
G=50.52%
B=7.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120145220.1700.850.4372.273.6532.75
Hex789116110552B484a21
Octal170221262101255311011241
Binary11110001001000110110100010101010110101110010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789116; }

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

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

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

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

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

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

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

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