Shades of Olive Drab #72891B
Tints of Olive Drab #72891B
RGB
CMYK
RGB Variations
Color information
#72891B (or 0x72891B) is known color: Olive Drab. HEX triplet: 72, 89 and 1B. RGB value is (114,137,27). Sum of RGB (Red+Green+Blue) = 114+137+27=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #72891B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72891B is #8D76E4. Grayscale: #767676. Windows color (decimal): -9271013 or 1804658. OLE color: 1804658.
HSL color Cylindrical-coordinate representation of color #72891B: hue angle of 72.55º degrees, saturation: 0.67, 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 #72891B is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 27 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.46 |
| HSL | 72.55º | 0.67% | 0.32% | - |
| HSV(B) | 72.55º | 0.8% | 0.54% | - |
| XYZ | 16.08 | 21.55 | 4.35 | - |
| YUV | 117.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 27 | 0.17 | 0 | 0.80 | 0.46 | 72.55 | 0.67 | 0.32 |
| Hex | 72 | 89 | 1B | 11 | 0 | 50 | 2E | 49 | 43 | 20 |
| Octal | 162 | 211 | 33 | 21 | 0 | 120 | 56 | 111 | 103 | 40 |
| Binary | 1110010 | 10001001 | 11011 | 10001 | 0 | 1010000 | 101110 | 1001001 | 1000011 | 100000 |
Color Harmonies of #72891B
Complementary color
Monochromatic Colors of #72891B
Black with #72891B
Text Example
Text Example
White with #72891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72891B; }
p { color: rgb(114,137,27); }
H1.HeaderClassName
{
color: #72891B;
}
.AnyTagClassName
{
color: #72891B;
}
</style>
background-color css
<style>
a { background-color: #72891B; }
a { background-color: rgb(114,137,27); }
div.DivClassName
{
background-color: #72891B;
}
.BgClassName
{
background-color: #72891B;
}
</style>
border-color css
<style>
span { border-color: #72891B; }
span { border-color: rgb(114,137,27); }
td.TdClassName
{
border-color: #72891B;
}
.TagClassName
{
border-color: #72891B;
}
</style>