Shades of Olive Drab #728728
Tints of Olive Drab #728728
RGB
CMYK
RGB Variations
Color information
#728728 (or 0x728728) is known color: Olive Drab. HEX triplet: 72, 87 and 28. RGB value is (114,135,40). Sum of RGB (Red+Green+Blue) = 114+135+40=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #728728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728728 is #8D78D7. Grayscale: #767676. Windows color (decimal): -9271512 or 2656114. OLE color: 2656114.
HSL color Cylindrical-coordinate representation of color #728728: hue angle of 73.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #728728 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 40 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.47 |
| HSL | 73.26º | 0.54% | 0.34% | - |
| HSV(B) | 73.26º | 0.7% | 0.53% | - |
| XYZ | 15.99 | 21.06 | 5.23 | - |
| YUV | 117.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 40 | 0.16 | 0 | 0.70 | 0.47 | 73.26 | 0.54 | 0.34 |
| Hex | 72 | 87 | 28 | 10 | 0 | 46 | 2F | 49 | 36 | 22 |
| Octal | 162 | 207 | 50 | 20 | 0 | 106 | 57 | 111 | 66 | 42 |
| Binary | 1110010 | 10000111 | 101000 | 10000 | 0 | 1000110 | 101111 | 1001001 | 110110 | 100010 |
Color Harmonies of #728728
Complementary color
Monochromatic Colors of #728728
Black with #728728
Text Example
Text Example
White with #728728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728728; }
p { color: rgb(114,135,40); }
H1.HeaderClassName
{
color: #728728;
}
.AnyTagClassName
{
color: #728728;
}
</style>
background-color css
<style>
a { background-color: #728728; }
a { background-color: rgb(114,135,40); }
div.DivClassName
{
background-color: #728728;
}
.BgClassName
{
background-color: #728728;
}
</style>
border-color css
<style>
span { border-color: #728728; }
span { border-color: rgb(114,135,40); }
td.TdClassName
{
border-color: #728728;
}
.TagClassName
{
border-color: #728728;
}
</style>