#72902B

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

Shades of Olive Drab #72902B

Tints of Olive Drab #72902B

Color information

#72902B (or 0x72902B) is unknown color: approx Olive Drab. HEX triplet: 72, 90 and 2B. RGB value is (114,144,43). Sum of RGB (Red+Green+Blue) = 114+144+43=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #72902B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72902B is #8D6FD4. Grayscale: #7B7B7B. Windows color (decimal): -9269205 or 2855026. OLE color: 2855026.

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

Color convert

RGB11414443-
CMYK0.2100.700.44
HSL77.82º54.01%36.67%-
HSV(B)77.82º70.14%56.47%-
XYZ17.3523.75.95-
YUV123.5282.56121.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 43 (17.19% from 255) = 14.29%
R=37.87%
G=47.84%
B=14.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114144430.2100.700.4477.8254.0136.67
Hex72902B150462C4e3625
Octal16222053250106541166645
Binary11100101001000010101110101010001101011001001110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72902B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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