#73922D

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

Shades of Olive Drab #73922D

Tints of Olive Drab #73922D

Color information

#73922D (or 0x73922D) is unknown color: approx Olive Drab. HEX triplet: 73, 92 and 2D. RGB value is (115,146,45). Sum of RGB (Red+Green+Blue) = 115+146+45=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #73922D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73922D is #8C6DD2. Grayscale: #7D7D7D. Windows color (decimal): -9203155 or 2986611. OLE color: 2986611.

HSL color Cylindrical-coordinate representation of color #73922D: hue angle of 78.42º 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 #73922D is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB11514645-
CMYK0.2100.690.43
HSL78.42º52.88%37.45%-
HSV(B)78.42º69.18%57.25%-
XYZ17.8224.396.25-
YUV125.2282.73120.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 146 (57.42% from 255) = 47.71%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=37.58%
G=47.71%
B=14.71%

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
Decimal115146450.2100.690.4378.4252.8837.45
Hex73922D150452B4e3525
Octal16322255250105531166545
Binary11100111001001010110110101010001011010111001110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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