#79971C

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

Shades of Olive Drab #79971C

Tints of Olive Drab #79971C

Color information

#79971C (or 0x79971C) is unknown color: approx Olive Drab. HEX triplet: 79, 97 and 1C. RGB value is (121,151,28). Sum of RGB (Red+Green+Blue) = 121+151+28=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #79971C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79971C is #8668E3. Grayscale: #808080. Windows color (decimal): -8808676 or 1873785. OLE color: 1873785.

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

Color convert

RGB12115128-
CMYK0.2000.810.41
HSL74.63º68.72%35.1%-
HSV(B)74.63º81.46%59.22%-
XYZ19.1626.285.16-
YUV128.0171.56123-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.33%
GREEN value IS 151 (59.38% from 255) = 50.33%
BLUE value IS 28 (11.33% from 255) = 9.33%
R=40.33%
G=50.33%
B=9.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121151280.2000.810.4174.6368.7235.1
Hex79971C14051294b4523
Octal171227342401215111310543
Binary11110011001011111100101000101000110100110010111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79971C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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