Shades of Olive Drab #728E26
Tints of Olive Drab #728E26
RGB
CMYK
RGB Variations
Color information
#728E26 (or 0x728E26) is known color: Olive Drab. HEX triplet: 72, 8E and 26. RGB value is (114,142,38). Sum of RGB (Red+Green+Blue) = 114+142+38=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #728E26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728E26 is #8D71D9. Grayscale: #7A7A7A. Windows color (decimal): -9269722 or 2526834. OLE color: 2526834.
HSL color Cylindrical-coordinate representation of color #728E26: hue angle of 76.15º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #728E26 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 142 | 38 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.44 |
| HSL | 76.15º | 0.58% | 0.35% | - |
| HSV(B) | 76.15º | 0.73% | 0.56% | - |
| XYZ | 16.96 | 23.06 | 5.39 | - |
| YUV | 121.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 38 | 0.20 | 0 | 0.73 | 0.44 | 76.15 | 0.58 | 0.35 |
| Hex | 72 | 8E | 26 | 14 | 0 | 49 | 2C | 4C | 3A | 23 |
| Octal | 162 | 216 | 46 | 24 | 0 | 111 | 54 | 114 | 72 | 43 |
| Binary | 1110010 | 10001110 | 100110 | 10100 | 0 | 1001001 | 101100 | 1001100 | 111010 | 100011 |
Color Harmonies of #728E26
Complementary color
Monochromatic Colors of #728E26
Black with #728E26
Text Example
Text Example
White with #728E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E26; }
p { color: rgb(114,142,38); }
H1.HeaderClassName
{
color: #728E26;
}
.AnyTagClassName
{
color: #728E26;
}
</style>
background-color css
<style>
a { background-color: #728E26; }
a { background-color: rgb(114,142,38); }
div.DivClassName
{
background-color: #728E26;
}
.BgClassName
{
background-color: #728E26;
}
</style>
border-color css
<style>
span { border-color: #728E26; }
span { border-color: rgb(114,142,38); }
td.TdClassName
{
border-color: #728E26;
}
.TagClassName
{
border-color: #728E26;
}
</style>