Shades of Olive Drab #728C2B
Tints of Olive Drab #728C2B
RGB
CMYK
RGB Variations
Color information
#728C2B (or 0x728C2B) is known color: Olive Drab. HEX triplet: 72, 8C and 2B. RGB value is (114,140,43). Sum of RGB (Red+Green+Blue) = 114+140+43=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #728C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C2B is #8D73D4. Grayscale: #797979. Windows color (decimal): -9270229 or 2854002. OLE color: 2854002.
HSL color Cylindrical-coordinate representation of color #728C2B: hue angle of 76.08º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #728C2B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 43 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.45 |
| HSL | 76.08º | 0.53% | 0.36% | - |
| HSV(B) | 76.08º | 0.69% | 0.55% | - |
| XYZ | 16.75 | 22.51 | 5.75 | - |
| YUV | 121.17 | 83.89 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 43 | 0.19 | 0 | 0.69 | 0.45 | 76.08 | 0.53 | 0.36 |
| Hex | 72 | 8C | 2B | 13 | 0 | 45 | 2D | 4C | 35 | 24 |
| Octal | 162 | 214 | 53 | 23 | 0 | 105 | 55 | 114 | 65 | 44 |
| Binary | 1110010 | 10001100 | 101011 | 10011 | 0 | 1000101 | 101101 | 1001100 | 110101 | 100100 |
Color Harmonies of #728C2B
Complementary color
Monochromatic Colors of #728C2B
Black with #728C2B
Text Example
Text Example
White with #728C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C2B; }
p { color: rgb(114,140,43); }
H1.HeaderClassName
{
color: #728C2B;
}
.AnyTagClassName
{
color: #728C2B;
}
</style>
background-color css
<style>
a { background-color: #728C2B; }
a { background-color: rgb(114,140,43); }
div.DivClassName
{
background-color: #728C2B;
}
.BgClassName
{
background-color: #728C2B;
}
</style>
border-color css
<style>
span { border-color: #728C2B; }
span { border-color: rgb(114,140,43); }
td.TdClassName
{
border-color: #728C2B;
}
.TagClassName
{
border-color: #728C2B;
}
</style>