Shades of Olive Drab #729214
Tints of Olive Drab #729214
RGB
CMYK
RGB Variations
Color information
#729214 (or 0x729214) is known color: Olive Drab. HEX triplet: 72, 92 and 14. RGB value is (114,146,20). Sum of RGB (Red+Green+Blue) = 114+146+20=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #729214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729214 is #8D6DEB. Grayscale: #7A7A7A. Windows color (decimal): -9268716 or 1348210. OLE color: 1348210.
HSL color Cylindrical-coordinate representation of color #729214: hue angle of 75.24º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #729214 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 20 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.43 |
| HSL | 75.24º | 0.76% | 0.33% | - |
| HSV(B) | 75.24º | 0.86% | 0.57% | - |
| XYZ | 17.34 | 24.19 | 4.42 | - |
| YUV | 122.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 20 | 0.22 | 0 | 0.86 | 0.43 | 75.24 | 0.76 | 0.33 |
| Hex | 72 | 92 | 14 | 16 | 0 | 56 | 2B | 4B | 4C | 21 |
| Octal | 162 | 222 | 24 | 26 | 0 | 126 | 53 | 113 | 114 | 41 |
| Binary | 1110010 | 10010010 | 10100 | 10110 | 0 | 1010110 | 101011 | 1001011 | 1001100 | 100001 |
Color Harmonies of #729214
Complementary color
Monochromatic Colors of #729214
Black with #729214
Text Example
Text Example
White with #729214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729214; }
p { color: rgb(114,146,20); }
H1.HeaderClassName
{
color: #729214;
}
.AnyTagClassName
{
color: #729214;
}
</style>
background-color css
<style>
a { background-color: #729214; }
a { background-color: rgb(114,146,20); }
div.DivClassName
{
background-color: #729214;
}
.BgClassName
{
background-color: #729214;
}
</style>
border-color css
<style>
span { border-color: #729214; }
span { border-color: rgb(114,146,20); }
td.TdClassName
{
border-color: #729214;
}
.TagClassName
{
border-color: #729214;
}
</style>