#79971F

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

Shades of Olive Drab #79971F

Tints of Olive Drab #79971F

Color information

#79971F (or 0x79971F) is unknown color: approx Olive Drab. HEX triplet: 79, 97 and 1F. RGB value is (121,151,31). Sum of RGB (Red+Green+Blue) = 121+151+31=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #79971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79971F is #8668E0. Grayscale: #808080. Windows color (decimal): -8808673 or 2070393. OLE color: 2070393.

HSL color Cylindrical-coordinate representation of color #79971F: hue angle of 75º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79971F is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB12115131-
CMYK0.2000.790.41
HSL75º65.93%35.69%-
HSV(B)75º79.47%59.22%-
XYZ19.226.35.36-
YUV128.3573.06122.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 151 (59.38% from 255) = 49.83%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=39.93%
G=49.83%
B=10.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121151310.2000.790.417565.9335.69
Hex79971F1404F294b4224
Octal171227372401175111310244
Binary11110011001011111111101000100111110100110010111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79971F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79971F; }

 p { color: rgb(121,151,31); }

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

<style>
 a { background-color: #79971F; }

 a { background-color: rgb(121,151,31); }

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

<style>
 span { border-color: #79971F; }

 span { border-color: rgb(121,151,31); }

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