#73912D

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

Shades of Olive Drab #73912D

Tints of Olive Drab #73912D

Color information

#73912D (or 0x73912D) is unknown color: approx Olive Drab. HEX triplet: 73, 91 and 2D. RGB value is (115,145,45). Sum of RGB (Red+Green+Blue) = 115+145+45=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #73912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73912D is #8C6ED2. Grayscale: #7D7D7D. Windows color (decimal): -9203411 or 2986355. OLE color: 2986355.

HSL color Cylindrical-coordinate representation of color #73912D: hue angle of 78º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73912D is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB11514545-
CMYK0.2100.690.43
HSL78º52.63%37.25%-
HSV(B)78º68.97%56.86%-
XYZ17.6724.096.2-
YUV124.6383.06121.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=37.70%
G=47.54%
B=14.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115145450.2100.690.437852.6337.25
Hex73912D150452B4e3525
Octal16322155250105531166545
Binary11100111001000110110110101010001011010111001110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73912D; }

 p { color: rgb(115,145,45); }

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

<style>
 a { background-color: #73912D; }

 a { background-color: rgb(115,145,45); }

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

<style>
 span { border-color: #73912D; }

 span { border-color: rgb(115,145,45); }

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