Shades of Olive Drab #718B26
Tints of Olive Drab #718B26
RGB
CMYK
RGB Variations
Color information
#718B26 (or 0x718B26) is known color: Olive Drab. HEX triplet: 71, 8B and 26. RGB value is (113,139,38). Sum of RGB (Red+Green+Blue) = 113+139+38=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #718B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B26 is #8E74D9. Grayscale: #787878. Windows color (decimal): -9336026 or 2526065. OLE color: 2526065.
HSL color Cylindrical-coordinate representation of color #718B26: hue angle of 75.45º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #718B26 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 38 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.45 |
| HSL | 75.45º | 0.57% | 0.35% | - |
| HSV(B) | 75.45º | 0.73% | 0.55% | - |
| XYZ | 16.39 | 22.12 | 5.24 | - |
| YUV | 119.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 38 | 0.19 | 0 | 0.73 | 0.45 | 75.45 | 0.57 | 0.35 |
| Hex | 71 | 8B | 26 | 13 | 0 | 49 | 2D | 4B | 39 | 23 |
| Octal | 161 | 213 | 46 | 23 | 0 | 111 | 55 | 113 | 71 | 43 |
| Binary | 1110001 | 10001011 | 100110 | 10011 | 0 | 1001001 | 101101 | 1001011 | 111001 | 100011 |
Color Harmonies of #718B26
Complementary color
Monochromatic Colors of #718B26
Black with #718B26
Text Example
Text Example
White with #718B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B26; }
p { color: rgb(113,139,38); }
H1.HeaderClassName
{
color: #718B26;
}
.AnyTagClassName
{
color: #718B26;
}
</style>
background-color css
<style>
a { background-color: #718B26; }
a { background-color: rgb(113,139,38); }
div.DivClassName
{
background-color: #718B26;
}
.BgClassName
{
background-color: #718B26;
}
</style>
border-color css
<style>
span { border-color: #718B26; }
span { border-color: rgb(113,139,38); }
td.TdClassName
{
border-color: #718B26;
}
.TagClassName
{
border-color: #718B26;
}
</style>