#799114

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

Shades of Olive Drab #799114

Tints of Olive Drab #799114

Color information

#799114 (or 0x799114) is unknown color: approx Olive Drab. HEX triplet: 79, 91 and 14. RGB value is (121,145,20). Sum of RGB (Red+Green+Blue) = 121+145+20=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #799114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799114 is #866EEB. Grayscale: #7C7C7C. Windows color (decimal): -8810220 or 1347961. OLE color: 1347961.

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

Color convert

RGB12114520-
CMYK0.1700.860.43
HSL71.52º75.76%32.35%-
HSV(B)71.52º86.21%56.86%-
XYZ18.1424.374.41-
YUV123.5769.55126.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.31%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 20 (8.20% from 255) = 6.99%
R=42.31%
G=50.70%
B=6.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121145200.1700.860.4371.5275.7632.35
Hex799114110562B484c20
Octal171221242101265311011440
Binary11110011001000110100100010101011010101110010001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799114; }

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

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

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

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

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

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

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

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