#72932C

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

Shades of Olive Drab #72932C

Tints of Olive Drab #72932C

Color information

#72932C (or 0x72932C) is unknown color: approx Olive Drab. HEX triplet: 72, 93 and 2C. RGB value is (114,147,44). Sum of RGB (Red+Green+Blue) = 114+147+44=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #72932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72932C is #8D6CD3. Grayscale: #7D7D7D. Windows color (decimal): -9268436 or 2921330. OLE color: 2921330.

HSL color Cylindrical-coordinate representation of color #72932C: hue angle of 79.22º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72932C is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB11414744-
CMYK0.2200.700.42
HSL79.22º53.93%37.45%-
HSV(B)79.22º70.07%57.65%-
XYZ17.8324.636.2-
YUV125.3982.07119.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=37.38%
G=48.20%
B=14.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114147440.2200.700.4279.2253.9337.45
Hex72932C160462A4f3625
Octal16222354260106521176645
Binary11100101001001110110010110010001101010101001111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72932C; }

 p { color: rgb(114,147,44); }

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

<style>
 a { background-color: #72932C; }

 a { background-color: rgb(114,147,44); }

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

<style>
 span { border-color: #72932C; }

 span { border-color: rgb(114,147,44); }

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