#799516

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

Shades of Olive Drab #799516

Tints of Olive Drab #799516

Color information

#799516 (or 0x799516) is unknown color: approx Olive Drab. HEX triplet: 79, 95 and 16. RGB value is (121,149,22). Sum of RGB (Red+Green+Blue) = 121+149+22=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #799516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799516 is #866AE9. Grayscale: #7E7E7E. Windows color (decimal): -8809194 or 1480057. OLE color: 1480057.

HSL color Cylindrical-coordinate representation of color #799516: hue angle of 73.23º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #799516 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB12114922-
CMYK0.1900.850.42
HSL73.23º74.27%33.53%-
HSV(B)73.23º85.23%58.43%-
XYZ18.7825.624.71-
YUV126.1569.22124.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 149 (58.59% from 255) = 51.03%
BLUE value IS 22 (8.98% from 255) = 7.53%
R=41.44%
G=51.03%
B=7.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121149220.1900.850.4273.2374.2733.53
Hex799516130552A494a22
Octal171225262301255211111242
Binary11110011001010110110100110101010110101010010011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799516; }

 p { color: rgb(121,149,22); }

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

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

 a { background-color: rgb(121,149,22); }

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

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

 span { border-color: rgb(121,149,22); }

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