Shades of Olive Drab #729215
Tints of Olive Drab #729215
RGB
CMYK
RGB Variations
Color information
#729215 (or 0x729215) is known color: Olive Drab. HEX triplet: 72, 92 and 15. RGB value is (114,146,21). Sum of RGB (Red+Green+Blue) = 114+146+21=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #729215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729215 is #8D6DEA. Grayscale: #7A7A7A. Windows color (decimal): -9268715 or 1413746. OLE color: 1413746.
HSL color Cylindrical-coordinate representation of color #729215: hue angle of 75.36º degrees, saturation: 0.75, 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 #729215 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 21 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.43 |
| HSL | 75.36º | 0.75% | 0.33% | - |
| HSV(B) | 75.36º | 0.86% | 0.57% | - |
| XYZ | 17.35 | 24.19 | 4.46 | - |
| YUV | 122.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 21 | 0.22 | 0 | 0.86 | 0.43 | 75.36 | 0.75 | 0.33 |
| Hex | 72 | 92 | 15 | 16 | 0 | 56 | 2B | 4B | 4B | 21 |
| Octal | 162 | 222 | 25 | 26 | 0 | 126 | 53 | 113 | 113 | 41 |
| Binary | 1110010 | 10010010 | 10101 | 10110 | 0 | 1010110 | 101011 | 1001011 | 1001011 | 100001 |
Color Harmonies of #729215
Complementary color
Monochromatic Colors of #729215
Black with #729215
Text Example
Text Example
White with #729215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729215; }
p { color: rgb(114,146,21); }
H1.HeaderClassName
{
color: #729215;
}
.AnyTagClassName
{
color: #729215;
}
</style>
background-color css
<style>
a { background-color: #729215; }
a { background-color: rgb(114,146,21); }
div.DivClassName
{
background-color: #729215;
}
.BgClassName
{
background-color: #729215;
}
</style>
border-color css
<style>
span { border-color: #729215; }
span { border-color: rgb(114,146,21); }
td.TdClassName
{
border-color: #729215;
}
.TagClassName
{
border-color: #729215;
}
</style>