Shades of Olive Drab #728B14
Tints of Olive Drab #728B14
RGB
CMYK
RGB Variations
Color information
#728B14 (or 0x728B14) is known color: Olive Drab. HEX triplet: 72, 8B and 14. RGB value is (114,139,20). Sum of RGB (Red+Green+Blue) = 114+139+20=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #728B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728B14 is #8D74EB. Grayscale: #767676. Windows color (decimal): -9270508 or 1346418. OLE color: 1346418.
HSL color Cylindrical-coordinate representation of color #728B14: hue angle of 72.61º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #728B14 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 20 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.45 |
| HSL | 72.61º | 0.75% | 0.31% | - |
| HSV(B) | 72.61º | 0.86% | 0.55% | - |
| XYZ | 16.3 | 22.09 | 4.07 | - |
| YUV | 117.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 20 | 0.18 | 0 | 0.86 | 0.45 | 72.61 | 0.75 | 0.31 |
| Hex | 72 | 8B | 14 | 12 | 0 | 56 | 2D | 49 | 4B | 1F |
| Octal | 162 | 213 | 24 | 22 | 0 | 126 | 55 | 111 | 113 | 37 |
| Binary | 1110010 | 10001011 | 10100 | 10010 | 0 | 1010110 | 101101 | 1001001 | 1001011 | 11111 |
Color Harmonies of #728B14
Complementary color
Monochromatic Colors of #728B14
Black with #728B14
Text Example
Text Example
White with #728B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B14; }
p { color: rgb(114,139,20); }
H1.HeaderClassName
{
color: #728B14;
}
.AnyTagClassName
{
color: #728B14;
}
</style>
background-color css
<style>
a { background-color: #728B14; }
a { background-color: rgb(114,139,20); }
div.DivClassName
{
background-color: #728B14;
}
.BgClassName
{
background-color: #728B14;
}
</style>
border-color css
<style>
span { border-color: #728B14; }
span { border-color: rgb(114,139,20); }
td.TdClassName
{
border-color: #728B14;
}
.TagClassName
{
border-color: #728B14;
}
</style>