#79911A

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

Shades of Olive Drab #79911A

Tints of Olive Drab #79911A

Color information

#79911A (or 0x79911A) is unknown color: approx Olive Drab. HEX triplet: 79, 91 and 1A. RGB value is (121,145,26). Sum of RGB (Red+Green+Blue) = 121+145+26=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #79911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79911A is #866EE5. Grayscale: #7C7C7C. Windows color (decimal): -8810214 or 1741177. OLE color: 1741177.

HSL color Cylindrical-coordinate representation of color #79911A: hue angle of 72.1º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79911A is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB12114526-
CMYK0.1700.820.43
HSL72.1º69.59%33.53%-
HSV(B)72.1º82.07%56.86%-
XYZ18.224.394.73-
YUV124.2672.55125.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.44%
GREEN value IS 145 (57.03% from 255) = 49.66%
BLUE value IS 26 (10.55% from 255) = 8.90%
R=41.44%
G=49.66%
B=8.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121145260.1700.820.4372.169.5933.53
Hex79911A110522B484622
Octal171221322101225311010642
Binary11110011001000111010100010101001010101110010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79911A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79911A; }

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

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

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

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

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

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

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

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