Shades of Olive Drab #728433
Tints of Olive Drab #728433
RGB
CMYK
RGB Variations
Color information
#728433 (or 0x728433) is known color: Olive Drab. HEX triplet: 72, 84 and 33. RGB value is (114,132,51). Sum of RGB (Red+Green+Blue) = 114+132+51=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #728433 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728433 is #8D7BCC. Grayscale: #757575. Windows color (decimal): -9272269 or 3376242. OLE color: 3376242.
HSL color Cylindrical-coordinate representation of color #728433: hue angle of 73.33º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #728433 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 132 | 51 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.48 |
| HSL | 73.33º | 0.44% | 0.36% | - |
| HSV(B) | 73.33º | 0.61% | 0.52% | - |
| XYZ | 15.79 | 20.32 | 6.22 | - |
| YUV | 117.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 51 | 0.14 | 0 | 0.61 | 0.48 | 73.33 | 0.44 | 0.36 |
| Hex | 72 | 84 | 33 | E | 0 | 3D | 30 | 49 | 2C | 24 |
| Octal | 162 | 204 | 63 | 16 | 0 | 75 | 60 | 111 | 54 | 44 |
| Binary | 1110010 | 10000100 | 110011 | 1110 | 0 | 111101 | 110000 | 1001001 | 101100 | 100100 |
Color Harmonies of #728433
Complementary color
Monochromatic Colors of #728433
Black with #728433
Text Example
Text Example
White with #728433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728433; }
p { color: rgb(114,132,51); }
H1.HeaderClassName
{
color: #728433;
}
.AnyTagClassName
{
color: #728433;
}
</style>
background-color css
<style>
a { background-color: #728433; }
a { background-color: rgb(114,132,51); }
div.DivClassName
{
background-color: #728433;
}
.BgClassName
{
background-color: #728433;
}
</style>
border-color css
<style>
span { border-color: #728433; }
span { border-color: rgb(114,132,51); }
td.TdClassName
{
border-color: #728433;
}
.TagClassName
{
border-color: #728433;
}
</style>