Shades of Olive Drab #72872C
Tints of Olive Drab #72872C
RGB
CMYK
RGB Variations
Color information
#72872C (or 0x72872C) is known color: Olive Drab. HEX triplet: 72, 87 and 2C. RGB value is (114,135,44). Sum of RGB (Red+Green+Blue) = 114+135+44=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #72872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72872C is #8D78D3. Grayscale: #767676. Windows color (decimal): -9271508 or 2918258. OLE color: 2918258.
HSL color Cylindrical-coordinate representation of color #72872C: hue angle of 73.85º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72872C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 44 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.47 |
| HSL | 73.85º | 0.51% | 0.35% | - |
| HSV(B) | 73.85º | 0.67% | 0.53% | - |
| XYZ | 16.06 | 21.09 | 5.61 | - |
| YUV | 118.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 44 | 0.16 | 0 | 0.67 | 0.47 | 73.85 | 0.51 | 0.35 |
| Hex | 72 | 87 | 2C | 10 | 0 | 43 | 2F | 4A | 33 | 23 |
| Octal | 162 | 207 | 54 | 20 | 0 | 103 | 57 | 112 | 63 | 43 |
| Binary | 1110010 | 10000111 | 101100 | 10000 | 0 | 1000011 | 101111 | 1001010 | 110011 | 100011 |
Color Harmonies of #72872C
Complementary color
Monochromatic Colors of #72872C
Black with #72872C
Text Example
Text Example
White with #72872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72872C; }
p { color: rgb(114,135,44); }
H1.HeaderClassName
{
color: #72872C;
}
.AnyTagClassName
{
color: #72872C;
}
</style>
background-color css
<style>
a { background-color: #72872C; }
a { background-color: rgb(114,135,44); }
div.DivClassName
{
background-color: #72872C;
}
.BgClassName
{
background-color: #72872C;
}
</style>
border-color css
<style>
span { border-color: #72872C; }
span { border-color: rgb(114,135,44); }
td.TdClassName
{
border-color: #72872C;
}
.TagClassName
{
border-color: #72872C;
}
</style>