Shades of Olive Drab #728934
Tints of Olive Drab #728934
RGB
CMYK
RGB Variations
Color information
#728934 (or 0x728934) is known color: Olive Drab. HEX triplet: 72, 89 and 34. RGB value is (114,137,52). Sum of RGB (Red+Green+Blue) = 114+137+52=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #728934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728934 is #8D76CB. Grayscale: #787878. Windows color (decimal): -9270988 or 3443058. OLE color: 3443058.
HSL color Cylindrical-coordinate representation of color #728934: hue angle of 76.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #728934 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 52 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.46 |
| HSL | 76.24º | 0.45% | 0.37% | - |
| HSV(B) | 76.24º | 0.62% | 0.54% | - |
| XYZ | 16.5 | 21.72 | 6.57 | - |
| YUV | 120.43 | 89.38 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 52 | 0.17 | 0 | 0.62 | 0.46 | 76.24 | 0.45 | 0.37 |
| Hex | 72 | 89 | 34 | 11 | 0 | 3E | 2E | 4C | 2D | 25 |
| Octal | 162 | 211 | 64 | 21 | 0 | 76 | 56 | 114 | 55 | 45 |
| Binary | 1110010 | 10001001 | 110100 | 10001 | 0 | 111110 | 101110 | 1001100 | 101101 | 100101 |
Color Harmonies of #728934
Complementary color
Monochromatic Colors of #728934
Black with #728934
Text Example
Text Example
White with #728934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728934; }
p { color: rgb(114,137,52); }
H1.HeaderClassName
{
color: #728934;
}
.AnyTagClassName
{
color: #728934;
}
</style>
background-color css
<style>
a { background-color: #728934; }
a { background-color: rgb(114,137,52); }
div.DivClassName
{
background-color: #728934;
}
.BgClassName
{
background-color: #728934;
}
</style>
border-color css
<style>
span { border-color: #728934; }
span { border-color: rgb(114,137,52); }
td.TdClassName
{
border-color: #728934;
}
.TagClassName
{
border-color: #728934;
}
</style>