#79941A

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

Shades of Olive Drab #79941A

Tints of Olive Drab #79941A

Color information

#79941A (or 0x79941A) is unknown color: approx Olive Drab. HEX triplet: 79, 94 and 1A. RGB value is (121,148,26). Sum of RGB (Red+Green+Blue) = 121+148+26=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #79941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79941A is #866BE5. Grayscale: #7E7E7E. Windows color (decimal): -8809446 or 1741945. OLE color: 1741945.

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

Color convert

RGB12114826-
CMYK0.1800.820.42
HSL73.28º70.11%34.12%-
HSV(B)73.28º82.43%58.04%-
XYZ18.6625.324.88-
YUV126.0271.55124.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 26 (10.55% from 255) = 8.81%
R=41.02%
G=50.17%
B=8.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121148260.1800.820.4273.2870.1134.12
Hex79941A120522A494622
Octal171224322201225211110642
Binary11110011001010011010100100101001010101010010011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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