#79961f

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

Shades of Olive Drab #79961F

Tints of Olive Drab #79961F

Color information

#79961F (or 0x79961F) is unknown color: approx Olive Drab. HEX triplet: 79, 96 and 1F. RGB value is (121,150,31). Sum of RGB (Red+Green+Blue) = 121+150+31=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #79961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79961F is #8669E0. Grayscale: #808080. Windows color (decimal): -8808929 or 2070137. OLE color: 2070137.

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

Color convert

RGB12115031-
CMYK0.1900.790.41
HSL74.62º65.75%35.49%-
HSV(B)74.62º79.33%58.82%-
XYZ19.0425.985.31-
YUV127.7673.39123.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.07%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 31 (12.5% from 255) = 10.26%
R=40.07%
G=49.67%
B=10.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121150310.1900.790.4174.6265.7535.49
Hex79961F1304F294b4223
Octal171226372301175111310243
Binary11110011001011011111100110100111110100110010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79961f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79961f; }

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

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

<style>
 a { background-color: #79961f; }

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

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

<style>
 span { border-color: #79961f; }

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

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