#79951A

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

Shades of Olive Drab #79951A

Tints of Olive Drab #79951A

Color information

#79951A (or 0x79951A) is unknown color: approx Olive Drab. HEX triplet: 79, 95 and 1A. RGB value is (121,149,26). Sum of RGB (Red+Green+Blue) = 121+149+26=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #79951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79951A is #866AE5. Grayscale: #7F7F7F. Windows color (decimal): -8809190 or 1742201. OLE color: 1742201.

HSL color Cylindrical-coordinate representation of color #79951A: hue angle of 73.66º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79951A is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB12114926-
CMYK0.1900.830.42
HSL73.66º70.29%34.31%-
HSV(B)73.66º82.55%58.43%-
XYZ18.8225.634.93-
YUV126.6171.22124-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 149 (58.59% from 255) = 50.34%
BLUE value IS 26 (10.55% from 255) = 8.78%
R=40.88%
G=50.34%
B=8.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121149260.1900.830.4273.6670.2934.31
Hex79951A130532A4a4622
Octal171225322301235211210642
Binary11110011001010111010100110101001110101010010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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