#779916

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

Shades of Olive Drab #779916

Tints of Olive Drab #779916

Color information

#779916 (or 0x779916) is unknown color: approx Olive Drab. HEX triplet: 77, 99 and 16. RGB value is (119,153,22). Sum of RGB (Red+Green+Blue) = 119+153+22=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #779916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779916 is #8866E9. Grayscale: #808080. Windows color (decimal): -8939242 or 1481079. OLE color: 1481079.

HSL color Cylindrical-coordinate representation of color #779916: hue angle of 75.57º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #779916 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB11915322-
CMYK0.2200.860.4
HSL75.57º74.86%34.31%-
HSV(B)75.57º85.62%60%-
XYZ19.1426.764.92-
YUV127.968.24121.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=40.48%
G=52.04%
B=7.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119153220.2200.860.475.5774.8634.31
Hex77991616056284c4b22
Octal167231262601265011411342
Binary11101111001100110110101100101011010100010011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779916; }

 p { color: rgb(119,153,22); }

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

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

 a { background-color: rgb(119,153,22); }

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

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

 span { border-color: rgb(119,153,22); }

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