#72911a

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

Shades of Olive Drab #72911A

Tints of Olive Drab #72911A

Color information

#72911A (or 0x72911A) is unknown color: approx Olive Drab. HEX triplet: 72, 91 and 1A. RGB value is (114,145,26). Sum of RGB (Red+Green+Blue) = 114+145+26=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #72911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72911A is #8D6EE5. Grayscale: #7A7A7A. Windows color (decimal): -9268966 or 1741170. OLE color: 1741170.

HSL color Cylindrical-coordinate representation of color #72911A: hue angle of 75.63º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72911A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB11414526-
CMYK0.2100.820.43
HSL75.63º69.59%33.53%-
HSV(B)75.63º82.07%56.86%-
XYZ17.2523.94.68-
YUV122.1673.73122.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 50.88%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=40%
G=50.88%
B=9.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114145260.2100.820.4375.6369.5933.53
Hex72911A150522B4c4622
Octal162221322501225311410642
Binary11100101001000111010101010101001010101110011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72911a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72911a; }

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

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

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

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

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

<style>
 span { border-color: #72911a; }

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

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