Shades of Olive Drab #72891C
Tints of Olive Drab #72891C
RGB
CMYK
RGB Variations
Color information
#72891C (or 0x72891C) is known color: Olive Drab. HEX triplet: 72, 89 and 1C. RGB value is (114,137,28). Sum of RGB (Red+Green+Blue) = 114+137+28=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #72891C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72891C is #8D76E3. Grayscale: #767676. Windows color (decimal): -9271012 or 1870194. OLE color: 1870194.
HSL color Cylindrical-coordinate representation of color #72891C: hue angle of 72.66º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72891C is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 28 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.46 |
| HSL | 72.66º | 0.66% | 0.32% | - |
| HSV(B) | 72.66º | 0.8% | 0.54% | - |
| XYZ | 16.09 | 21.55 | 4.41 | - |
| YUV | 117.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 28 | 0.17 | 0 | 0.80 | 0.46 | 72.66 | 0.66 | 0.32 |
| Hex | 72 | 89 | 1C | 11 | 0 | 50 | 2E | 49 | 42 | 20 |
| Octal | 162 | 211 | 34 | 21 | 0 | 120 | 56 | 111 | 102 | 40 |
| Binary | 1110010 | 10001001 | 11100 | 10001 | 0 | 1010000 | 101110 | 1001001 | 1000010 | 100000 |
Color Harmonies of #72891C
Complementary color
Monochromatic Colors of #72891C
Black with #72891C
Text Example
Text Example
White with #72891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72891C; }
p { color: rgb(114,137,28); }
H1.HeaderClassName
{
color: #72891C;
}
.AnyTagClassName
{
color: #72891C;
}
</style>
background-color css
<style>
a { background-color: #72891C; }
a { background-color: rgb(114,137,28); }
div.DivClassName
{
background-color: #72891C;
}
.BgClassName
{
background-color: #72891C;
}
</style>
border-color css
<style>
span { border-color: #72891C; }
span { border-color: rgb(114,137,28); }
td.TdClassName
{
border-color: #72891C;
}
.TagClassName
{
border-color: #72891C;
}
</style>