#72931A

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

Shades of Olive Drab #72931A

Tints of Olive Drab #72931A

Color information

#72931A (or 0x72931A) is unknown color: approx Olive Drab. HEX triplet: 72, 93 and 1A. RGB value is (114,147,26). Sum of RGB (Red+Green+Blue) = 114+147+26=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #72931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72931A is #8D6CE5. Grayscale: #7B7B7B. Windows color (decimal): -9268454 or 1741682. OLE color: 1741682.

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

Color convert

RGB11414726-
CMYK0.2200.820.42
HSL76.36º69.94%33.92%-
HSV(B)76.36º82.31%57.65%-
XYZ17.5624.524.78-
YUV123.3473.07121.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 147 (57.81% from 255) = 51.22%
BLUE value IS 26 (10.55% from 255) = 9.06%
R=39.72%
G=51.22%
B=9.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114147260.2200.820.4276.3669.9433.92
Hex72931A160522A4c4622
Octal162223322601225211410642
Binary11100101001001111010101100101001010101010011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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