Shades of Olive Drab #728B37
Tints of Olive Drab #728B37
RGB
CMYK
RGB Variations
Color information
#728B37 (or 0x728B37) is known color: Olive Drab. HEX triplet: 72, 8B and 37. RGB value is (114,139,55). Sum of RGB (Red+Green+Blue) = 114+139+55=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #728B37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728B37 is #8D74C8. Grayscale: #7A7A7A. Windows color (decimal): -9270473 or 3640178. OLE color: 3640178.
HSL color Cylindrical-coordinate representation of color #728B37: hue angle of 77.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #728B37 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 55 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.45 |
| HSL | 77.86º | 0.43% | 0.38% | - |
| HSV(B) | 77.86º | 0.6% | 0.55% | - |
| XYZ | 16.86 | 22.32 | 7.03 | - |
| YUV | 121.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 55 | 0.18 | 0 | 0.60 | 0.45 | 77.86 | 0.43 | 0.38 |
| Hex | 72 | 8B | 37 | 12 | 0 | 3C | 2D | 4E | 2B | 26 |
| Octal | 162 | 213 | 67 | 22 | 0 | 74 | 55 | 116 | 53 | 46 |
| Binary | 1110010 | 10001011 | 110111 | 10010 | 0 | 111100 | 101101 | 1001110 | 101011 | 100110 |
Color Harmonies of #728B37
Complementary color
Monochromatic Colors of #728B37
Black with #728B37
Text Example
Text Example
White with #728B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B37; }
p { color: rgb(114,139,55); }
H1.HeaderClassName
{
color: #728B37;
}
.AnyTagClassName
{
color: #728B37;
}
</style>
background-color css
<style>
a { background-color: #728B37; }
a { background-color: rgb(114,139,55); }
div.DivClassName
{
background-color: #728B37;
}
.BgClassName
{
background-color: #728B37;
}
</style>
border-color css
<style>
span { border-color: #728B37; }
span { border-color: rgb(114,139,55); }
td.TdClassName
{
border-color: #728B37;
}
.TagClassName
{
border-color: #728B37;
}
</style>