Shades of Olive Drab #728927
Tints of Olive Drab #728927
RGB
CMYK
RGB Variations
Color information
#728927 (or 0x728927) is known color: Olive Drab. HEX triplet: 72, 89 and 27. RGB value is (114,137,39). Sum of RGB (Red+Green+Blue) = 114+137+39=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #728927 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728927 is #8D76D8. Grayscale: #777777. Windows color (decimal): -9271001 or 2591090. OLE color: 2591090.
HSL color Cylindrical-coordinate representation of color #728927: hue angle of 74.08º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #728927 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 39 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.46 |
| HSL | 74.08º | 0.56% | 0.35% | - |
| HSV(B) | 74.08º | 0.72% | 0.54% | - |
| XYZ | 16.25 | 21.62 | 5.24 | - |
| YUV | 118.95 | 82.88 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 39 | 0.17 | 0 | 0.72 | 0.46 | 74.08 | 0.56 | 0.35 |
| Hex | 72 | 89 | 27 | 11 | 0 | 48 | 2E | 4A | 38 | 23 |
| Octal | 162 | 211 | 47 | 21 | 0 | 110 | 56 | 112 | 70 | 43 |
| Binary | 1110010 | 10001001 | 100111 | 10001 | 0 | 1001000 | 101110 | 1001010 | 111000 | 100011 |
Color Harmonies of #728927
Complementary color
Monochromatic Colors of #728927
Black with #728927
Text Example
Text Example
White with #728927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728927; }
p { color: rgb(114,137,39); }
H1.HeaderClassName
{
color: #728927;
}
.AnyTagClassName
{
color: #728927;
}
</style>
background-color css
<style>
a { background-color: #728927; }
a { background-color: rgb(114,137,39); }
div.DivClassName
{
background-color: #728927;
}
.BgClassName
{
background-color: #728927;
}
</style>
border-color css
<style>
span { border-color: #728927; }
span { border-color: rgb(114,137,39); }
td.TdClassName
{
border-color: #728927;
}
.TagClassName
{
border-color: #728927;
}
</style>