#73961E

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

Shades of Olive Drab #73961E

Tints of Olive Drab #73961E

Color information

#73961E (or 0x73961E) is unknown color: approx Olive Drab. HEX triplet: 73, 96 and 1E. RGB value is (115,150,30). Sum of RGB (Red+Green+Blue) = 115+150+30=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #73961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73961E is #8C69E1. Grayscale: #7E7E7E. Windows color (decimal): -9202146 or 2004595. OLE color: 2004595.

HSL color Cylindrical-coordinate representation of color #73961E: hue angle of 77.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73961E is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB11515030-
CMYK0.2300.800.41
HSL77.5º66.67%35.29%-
HSV(B)77.5º80%58.82%-
XYZ18.2125.555.2-
YUV125.8673.9120.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=38.98%
G=50.85%
B=10.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115150300.2300.800.4177.566.6735.29
Hex73961E17050294e4323
Octal163226362701205111610343
Binary11100111001011011110101110101000010100110011101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73961E; }

 p { color: rgb(115,150,30); }

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

<style>
 a { background-color: #73961E; }

 a { background-color: rgb(115,150,30); }

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

<style>
 span { border-color: #73961E; }

 span { border-color: rgb(115,150,30); }

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