#72912B

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

Shades of Olive Drab #72912B

Tints of Olive Drab #72912B

Color information

#72912B (or 0x72912B) is unknown color: approx Olive Drab. HEX triplet: 72, 91 and 2B. RGB value is (114,145,43). Sum of RGB (Red+Green+Blue) = 114+145+43=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #72912B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72912B is #8D6ED4. Grayscale: #7C7C7C. Windows color (decimal): -9268949 or 2855282. OLE color: 2855282.

HSL color Cylindrical-coordinate representation of color #72912B: hue angle of 78.24º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72912B is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB11414543-
CMYK0.2100.700.43
HSL78.24º54.26%36.86%-
HSV(B)78.24º70.34%56.86%-
XYZ17.5246-
YUV124.182.23120.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 145 (57.03% from 255) = 48.01%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=37.75%
G=48.01%
B=14.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114145430.2100.700.4378.2454.2636.86
Hex72912B150462B4e3625
Octal16222153250106531166645
Binary11100101001000110101110101010001101010111001110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72912B; }

 p { color: rgb(114,145,43); }

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

<style>
 a { background-color: #72912B; }

 a { background-color: rgb(114,145,43); }

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

<style>
 span { border-color: #72912B; }

 span { border-color: rgb(114,145,43); }

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