#799117

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

Shades of Olive Drab #799117

Tints of Olive Drab #799117

Color information

#799117 (or 0x799117) is unknown color: approx Olive Drab. HEX triplet: 79, 91 and 17. RGB value is (121,145,23). Sum of RGB (Red+Green+Blue) = 121+145+23=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #799117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799117 is #866EE8. Grayscale: #7C7C7C. Windows color (decimal): -8810217 or 1544569. OLE color: 1544569.

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

Color convert

RGB12114523-
CMYK0.1700.840.43
HSL71.8º72.62%32.94%-
HSV(B)71.8º84.14%56.86%-
XYZ18.1724.384.56-
YUV123.9271.05125.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=41.87%
G=50.17%
B=7.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121145230.1700.840.4371.872.6232.94
Hex799117110542B484921
Octal171221272101245311011141
Binary11110011001000110111100010101010010101110010001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799117; }

 p { color: rgb(121,145,23); }

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

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

 a { background-color: rgb(121,145,23); }

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

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

 span { border-color: rgb(121,145,23); }

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