#79921E

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

Shades of Olive Drab #79921E

Tints of Olive Drab #79921E

Color information

#79921E (or 0x79921E) is unknown color: approx Olive Drab. HEX triplet: 79, 92 and 1E. RGB value is (121,146,30). Sum of RGB (Red+Green+Blue) = 121+146+30=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #79921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79921E is #866DE1. Grayscale: #7D7D7D. Windows color (decimal): -8809954 or 2003577. OLE color: 2003577.

HSL color Cylindrical-coordinate representation of color #79921E: hue angle of 72.93º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79921E is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB12114630-
CMYK0.1700.790.43
HSL72.93º65.91%34.51%-
HSV(B)72.93º79.45%57.25%-
XYZ18.424.725.03-
YUV125.374.22124.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.74%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=40.74%
G=49.16%
B=10.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121146300.1700.790.4372.9365.9134.51
Hex79921E1104F2B494223
Octal171222362101175311110243
Binary11110011001001011110100010100111110101110010011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79921E; }

 p { color: rgb(121,146,30); }

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

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

 a { background-color: rgb(121,146,30); }

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

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

 span { border-color: rgb(121,146,30); }

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