Shades of Olive Drab #728912
Tints of Olive Drab #728912
RGB
CMYK
RGB Variations
Color information
#728912 (or 0x728912) is known color: Olive Drab. HEX triplet: 72, 89 and 12. RGB value is (114,137,18). Sum of RGB (Red+Green+Blue) = 114+137+18=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #728912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728912 is #8D76ED. Grayscale: #757575. Windows color (decimal): -9271022 or 1214834. OLE color: 1214834.
HSL color Cylindrical-coordinate representation of color #728912: hue angle of 71.6º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #728912 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 18 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.46 |
| HSL | 71.6º | 0.77% | 0.3% | - |
| HSV(B) | 71.6º | 0.87% | 0.54% | - |
| XYZ | 15.99 | 21.51 | 3.88 | - |
| YUV | 116.56 | 72.38 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 18 | 0.17 | 0 | 0.87 | 0.46 | 71.6 | 0.77 | 0.3 |
| Hex | 72 | 89 | 12 | 11 | 0 | 57 | 2E | 48 | 4D | 1E |
| Octal | 162 | 211 | 22 | 21 | 0 | 127 | 56 | 110 | 115 | 36 |
| Binary | 1110010 | 10001001 | 10010 | 10001 | 0 | 1010111 | 101110 | 1001000 | 1001101 | 11110 |
Color Harmonies of #728912
Complementary color
Monochromatic Colors of #728912
Black with #728912
Text Example
Text Example
White with #728912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728912; }
p { color: rgb(114,137,18); }
H1.HeaderClassName
{
color: #728912;
}
.AnyTagClassName
{
color: #728912;
}
</style>
background-color css
<style>
a { background-color: #728912; }
a { background-color: rgb(114,137,18); }
div.DivClassName
{
background-color: #728912;
}
.BgClassName
{
background-color: #728912;
}
</style>
border-color css
<style>
span { border-color: #728912; }
span { border-color: rgb(114,137,18); }
td.TdClassName
{
border-color: #728912;
}
.TagClassName
{
border-color: #728912;
}
</style>