Shades of Olive Drab #728F27
Tints of Olive Drab #728F27
RGB
CMYK
RGB Variations
Color information
#728F27 (or 0x728F27) is known color: Olive Drab. HEX triplet: 72, 8F and 27. RGB value is (114,143,39). Sum of RGB (Red+Green+Blue) = 114+143+39=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #728F27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728F27 is #8D70D8. Grayscale: #7A7A7A. Windows color (decimal): -9269465 or 2592626. OLE color: 2592626.
HSL color Cylindrical-coordinate representation of color #728F27: hue angle of 76.73º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #728F27 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 39 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.44 |
| HSL | 76.73º | 0.57% | 0.36% | - |
| HSV(B) | 76.73º | 0.73% | 0.56% | - |
| XYZ | 17.13 | 23.37 | 5.53 | - |
| YUV | 122.47 | 80.89 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 39 | 0.20 | 0 | 0.73 | 0.44 | 76.73 | 0.57 | 0.36 |
| Hex | 72 | 8F | 27 | 14 | 0 | 49 | 2C | 4D | 39 | 24 |
| Octal | 162 | 217 | 47 | 24 | 0 | 111 | 54 | 115 | 71 | 44 |
| Binary | 1110010 | 10001111 | 100111 | 10100 | 0 | 1001001 | 101100 | 1001101 | 111001 | 100100 |
Color Harmonies of #728F27
Complementary color
Monochromatic Colors of #728F27
Black with #728F27
Text Example
Text Example
White with #728F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F27; }
p { color: rgb(114,143,39); }
H1.HeaderClassName
{
color: #728F27;
}
.AnyTagClassName
{
color: #728F27;
}
</style>
background-color css
<style>
a { background-color: #728F27; }
a { background-color: rgb(114,143,39); }
div.DivClassName
{
background-color: #728F27;
}
.BgClassName
{
background-color: #728F27;
}
</style>
border-color css
<style>
span { border-color: #728F27; }
span { border-color: rgb(114,143,39); }
td.TdClassName
{
border-color: #728F27;
}
.TagClassName
{
border-color: #728F27;
}
</style>