Shades of Olive Drab #728631
Tints of Olive Drab #728631
RGB
CMYK
RGB Variations
Color information
#728631 (or 0x728631) is known color: Olive Drab. HEX triplet: 72, 86 and 31. RGB value is (114,134,49). Sum of RGB (Red+Green+Blue) = 114+134+49=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #728631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728631 is #8D79CE. Grayscale: #767676. Windows color (decimal): -9271759 or 3245682. OLE color: 3245682.
HSL color Cylindrical-coordinate representation of color #728631: hue angle of 74.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #728631 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 49 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.47 |
| HSL | 74.12º | 0.46% | 0.36% | - |
| HSV(B) | 74.12º | 0.63% | 0.53% | - |
| XYZ | 16.02 | 20.85 | 6.09 | - |
| YUV | 118.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 49 | 0.15 | 0 | 0.63 | 0.47 | 74.12 | 0.46 | 0.36 |
| Hex | 72 | 86 | 31 | F | 0 | 3F | 2F | 4A | 2E | 24 |
| Octal | 162 | 206 | 61 | 17 | 0 | 77 | 57 | 112 | 56 | 44 |
| Binary | 1110010 | 10000110 | 110001 | 1111 | 0 | 111111 | 101111 | 1001010 | 101110 | 100100 |
Color Harmonies of #728631
Complementary color
Monochromatic Colors of #728631
Black with #728631
Text Example
Text Example
White with #728631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728631; }
p { color: rgb(114,134,49); }
H1.HeaderClassName
{
color: #728631;
}
.AnyTagClassName
{
color: #728631;
}
</style>
background-color css
<style>
a { background-color: #728631; }
a { background-color: rgb(114,134,49); }
div.DivClassName
{
background-color: #728631;
}
.BgClassName
{
background-color: #728631;
}
</style>
border-color css
<style>
span { border-color: #728631; }
span { border-color: rgb(114,134,49); }
td.TdClassName
{
border-color: #728631;
}
.TagClassName
{
border-color: #728631;
}
</style>