Shades of Olive Drab #728814
Tints of Olive Drab #728814
RGB
CMYK
RGB Variations
Color information
#728814 (or 0x728814) is known color: Olive Drab. HEX triplet: 72, 88 and 14. RGB value is (114,136,20). Sum of RGB (Red+Green+Blue) = 114+136+20=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #728814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728814 is #8D77EB. Grayscale: #747474. Windows color (decimal): -9271276 or 1345650. OLE color: 1345650.
HSL color Cylindrical-coordinate representation of color #728814: hue angle of 71.38º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #728814 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 20 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.47 |
| HSL | 71.38º | 0.74% | 0.31% | - |
| HSV(B) | 71.38º | 0.85% | 0.53% | - |
| XYZ | 15.87 | 21.24 | 3.92 | - |
| YUV | 116.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 20 | 0.16 | 0 | 0.85 | 0.47 | 71.38 | 0.74 | 0.31 |
| Hex | 72 | 88 | 14 | 10 | 0 | 55 | 2F | 47 | 4A | 1F |
| Octal | 162 | 210 | 24 | 20 | 0 | 125 | 57 | 107 | 112 | 37 |
| Binary | 1110010 | 10001000 | 10100 | 10000 | 0 | 1010101 | 101111 | 1000111 | 1001010 | 11111 |
Color Harmonies of #728814
Complementary color
Monochromatic Colors of #728814
Black with #728814
Text Example
Text Example
White with #728814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728814; }
p { color: rgb(114,136,20); }
H1.HeaderClassName
{
color: #728814;
}
.AnyTagClassName
{
color: #728814;
}
</style>
background-color css
<style>
a { background-color: #728814; }
a { background-color: rgb(114,136,20); }
div.DivClassName
{
background-color: #728814;
}
.BgClassName
{
background-color: #728814;
}
</style>
border-color css
<style>
span { border-color: #728814; }
span { border-color: rgb(114,136,20); }
td.TdClassName
{
border-color: #728814;
}
.TagClassName
{
border-color: #728814;
}
</style>