Shades of Olive Drab #729314
Tints of Olive Drab #729314
RGB
CMYK
RGB Variations
Color information
#729314 (or 0x729314) is known color: Olive Drab. HEX triplet: 72, 93 and 14. RGB value is (114,147,20). Sum of RGB (Red+Green+Blue) = 114+147+20=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #729314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729314 is #8D6CEB. Grayscale: #7B7B7B. Windows color (decimal): -9268460 or 1348466. OLE color: 1348466.
HSL color Cylindrical-coordinate representation of color #729314: hue angle of 75.59º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #729314 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 20 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.42 |
| HSL | 75.59º | 0.76% | 0.33% | - |
| HSV(B) | 75.59º | 0.86% | 0.58% | - |
| XYZ | 17.5 | 24.5 | 4.47 | - |
| YUV | 122.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 20 | 0.22 | 0 | 0.86 | 0.42 | 75.59 | 0.76 | 0.33 |
| Hex | 72 | 93 | 14 | 16 | 0 | 56 | 2A | 4C | 4C | 21 |
| Octal | 162 | 223 | 24 | 26 | 0 | 126 | 52 | 114 | 114 | 41 |
| Binary | 1110010 | 10010011 | 10100 | 10110 | 0 | 1010110 | 101010 | 1001100 | 1001100 | 100001 |
Color Harmonies of #729314
Complementary color
Monochromatic Colors of #729314
Black with #729314
Text Example
Text Example
White with #729314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729314; }
p { color: rgb(114,147,20); }
H1.HeaderClassName
{
color: #729314;
}
.AnyTagClassName
{
color: #729314;
}
</style>
background-color css
<style>
a { background-color: #729314; }
a { background-color: rgb(114,147,20); }
div.DivClassName
{
background-color: #729314;
}
.BgClassName
{
background-color: #729314;
}
</style>
border-color css
<style>
span { border-color: #729314; }
span { border-color: rgb(114,147,20); }
td.TdClassName
{
border-color: #729314;
}
.TagClassName
{
border-color: #729314;
}
</style>