Shades of Olive Drab #718F26
Tints of Olive Drab #718F26
RGB
CMYK
RGB Variations
Color information
#718F26 (or 0x718F26) is known color: Olive Drab. HEX triplet: 71, 8F and 26. RGB value is (113,143,38). Sum of RGB (Red+Green+Blue) = 113+143+38=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #718F26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F26 is #8E70D9. Grayscale: #7A7A7A. Windows color (decimal): -9335002 or 2527089. OLE color: 2527089.
HSL color Cylindrical-coordinate representation of color #718F26: hue angle of 77.14º 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 #718F26 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 38 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.44 |
| HSL | 77.14º | 0.58% | 0.35% | - |
| HSV(B) | 77.14º | 0.73% | 0.56% | - |
| XYZ | 16.98 | 23.3 | 5.44 | - |
| YUV | 122.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 38 | 0.21 | 0 | 0.73 | 0.44 | 77.14 | 0.58 | 0.35 |
| Hex | 71 | 8F | 26 | 15 | 0 | 49 | 2C | 4D | 3A | 23 |
| Octal | 161 | 217 | 46 | 25 | 0 | 111 | 54 | 115 | 72 | 43 |
| Binary | 1110001 | 10001111 | 100110 | 10101 | 0 | 1001001 | 101100 | 1001101 | 111010 | 100011 |
Color Harmonies of #718F26
Complementary color
Monochromatic Colors of #718F26
Black with #718F26
Text Example
Text Example
White with #718F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F26; }
p { color: rgb(113,143,38); }
H1.HeaderClassName
{
color: #718F26;
}
.AnyTagClassName
{
color: #718F26;
}
</style>
background-color css
<style>
a { background-color: #718F26; }
a { background-color: rgb(113,143,38); }
div.DivClassName
{
background-color: #718F26;
}
.BgClassName
{
background-color: #718F26;
}
</style>
border-color css
<style>
span { border-color: #718F26; }
span { border-color: rgb(113,143,38); }
td.TdClassName
{
border-color: #718F26;
}
.TagClassName
{
border-color: #718F26;
}
</style>