#72922D

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

Shades of Olive Drab #72922D

Tints of Olive Drab #72922D

Color information

#72922D (or 0x72922D) is unknown color: approx Olive Drab. HEX triplet: 72, 92 and 2D. RGB value is (114,146,45). Sum of RGB (Red+Green+Blue) = 114+146+45=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #72922D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72922D is #8D6DD2. Grayscale: #7D7D7D. Windows color (decimal): -9268691 or 2986610. OLE color: 2986610.

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

Color convert

RGB11414645-
CMYK0.2200.690.43
HSL79.01º52.88%37.45%-
HSV(B)79.01º69.18%57.25%-
XYZ17.6924.326.25-
YUV124.9282.9120.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=37.38%
G=47.87%
B=14.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114146450.2200.690.4379.0152.8837.45
Hex72922D160452B4f3525
Octal16222255260105531176545
Binary11100101001001010110110110010001011010111001111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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