#72932A

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

Shades of Olive Drab #72932A

Tints of Olive Drab #72932A

Color information

#72932A (or 0x72932A) is unknown color: approx Olive Drab. HEX triplet: 72, 93 and 2A. RGB value is (114,147,42). Sum of RGB (Red+Green+Blue) = 114+147+42=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #72932A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72932A is #8D6CD5. Grayscale: #7D7D7D. Windows color (decimal): -9268438 or 2790258. OLE color: 2790258.

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

Color convert

RGB11414742-
CMYK0.2200.710.42
HSL78.86º55.56%37.06%-
HSV(B)78.86º71.43%57.65%-
XYZ17.7924.616-
YUV125.1681.07120.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=37.62%
G=48.51%
B=13.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114147420.2200.710.4278.8655.5637.06
Hex72932A160472A4f3825
Octal16222352260107521177045
Binary11100101001001110101010110010001111010101001111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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