Shades of Olive Drab #728826
Tints of Olive Drab #728826
RGB
CMYK
RGB Variations
Color information
#728826 (or 0x728826) is known color: Olive Drab. HEX triplet: 72, 88 and 26. RGB value is (114,136,38). Sum of RGB (Red+Green+Blue) = 114+136+38=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #728826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728826 is #8D77D9. Grayscale: #767676. Windows color (decimal): -9271258 or 2525298. OLE color: 2525298.
HSL color Cylindrical-coordinate representation of color #728826: hue angle of 73.47º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #728826 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 38 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.47 |
| HSL | 73.47º | 0.56% | 0.34% | - |
| HSV(B) | 73.47º | 0.72% | 0.53% | - |
| XYZ | 16.09 | 21.33 | 5.1 | - |
| YUV | 118.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 38 | 0.16 | 0 | 0.72 | 0.47 | 73.47 | 0.56 | 0.34 |
| Hex | 72 | 88 | 26 | 10 | 0 | 48 | 2F | 49 | 38 | 22 |
| Octal | 162 | 210 | 46 | 20 | 0 | 110 | 57 | 111 | 70 | 42 |
| Binary | 1110010 | 10001000 | 100110 | 10000 | 0 | 1001000 | 101111 | 1001001 | 111000 | 100010 |
Color Harmonies of #728826
Complementary color
Monochromatic Colors of #728826
Black with #728826
Text Example
Text Example
White with #728826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728826; }
p { color: rgb(114,136,38); }
H1.HeaderClassName
{
color: #728826;
}
.AnyTagClassName
{
color: #728826;
}
</style>
background-color css
<style>
a { background-color: #728826; }
a { background-color: rgb(114,136,38); }
div.DivClassName
{
background-color: #728826;
}
.BgClassName
{
background-color: #728826;
}
</style>
border-color css
<style>
span { border-color: #728826; }
span { border-color: rgb(114,136,38); }
td.TdClassName
{
border-color: #728826;
}
.TagClassName
{
border-color: #728826;
}
</style>