#79911D

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

Shades of Olive Drab #79911D

Tints of Olive Drab #79911D

Color information

#79911D (or 0x79911D) is unknown color: approx Olive Drab. HEX triplet: 79, 91 and 1D. RGB value is (121,145,29). Sum of RGB (Red+Green+Blue) = 121+145+29=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #79911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79911D is #866EE2. Grayscale: #7D7D7D. Windows color (decimal): -8810211 or 1937785. OLE color: 1937785.

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

Color convert

RGB12114529-
CMYK0.1700.80.43
HSL72.41º66.67%34.12%-
HSV(B)72.41º80%56.86%-
XYZ18.2324.44.91-
YUV124.674.05125.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 145 (57.03% from 255) = 49.15%
BLUE value IS 29 (11.72% from 255) = 9.83%
R=41.02%
G=49.15%
B=9.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121145290.1700.80.4372.4166.6734.12
Hex79911D110502B484322
Octal171221352101205311010342
Binary11110011001000111101100010101000010101110010001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79911D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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