#799816

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

Shades of Olive Drab #799816

Tints of Olive Drab #799816

Color information

#799816 (or 0x799816) is unknown color: approx Olive Drab. HEX triplet: 79, 98 and 16. RGB value is (121,152,22). Sum of RGB (Red+Green+Blue) = 121+152+22=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #799816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799816 is #8667E9. Grayscale: #808080. Windows color (decimal): -8808426 or 1480825. OLE color: 1480825.

HSL color Cylindrical-coordinate representation of color #799816: hue angle of 74.31º 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 #799816 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB12115222-
CMYK0.2000.860.40
HSL74.31º74.71%34.12%-
HSV(B)74.31º85.53%59.61%-
XYZ19.2626.584.87-
YUV127.9168.23123.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=41.02%
G=51.53%
B=7.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal121152220.2000.860.4074.3174.7134.12
Hex79981614056284a4b22
Octal171230262401265011211342
Binary11110011001100010110101000101011010100010010101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799816; }

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

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

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

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

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

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

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

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