Shades of Olive Drab #718938
Tints of Olive Drab #718938
RGB
CMYK
RGB Variations
Color information
#718938 (or 0x718938) is known color: Olive Drab. HEX triplet: 71, 89 and 38. RGB value is (113,137,56). Sum of RGB (Red+Green+Blue) = 113+137+56=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #718938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718938 is #8E76C7. Grayscale: #787878. Windows color (decimal): -9336520 or 3705201. OLE color: 3705201.
HSL color Cylindrical-coordinate representation of color #718938: hue angle of 77.78º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #718938 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 56 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.46 |
| HSL | 77.78º | 0.42% | 0.38% | - |
| HSV(B) | 77.78º | 0.59% | 0.54% | - |
| XYZ | 16.47 | 21.69 | 7.06 | - |
| YUV | 120.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 56 | 0.18 | 0 | 0.59 | 0.46 | 77.78 | 0.42 | 0.38 |
| Hex | 71 | 89 | 38 | 12 | 0 | 3B | 2E | 4E | 2A | 26 |
| Octal | 161 | 211 | 70 | 22 | 0 | 73 | 56 | 116 | 52 | 46 |
| Binary | 1110001 | 10001001 | 111000 | 10010 | 0 | 111011 | 101110 | 1001110 | 101010 | 100110 |
Color Harmonies of #718938
Complementary color
Monochromatic Colors of #718938
Black with #718938
Text Example
Text Example
White with #718938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718938; }
p { color: rgb(113,137,56); }
H1.HeaderClassName
{
color: #718938;
}
.AnyTagClassName
{
color: #718938;
}
</style>
background-color css
<style>
a { background-color: #718938; }
a { background-color: rgb(113,137,56); }
div.DivClassName
{
background-color: #718938;
}
.BgClassName
{
background-color: #718938;
}
</style>
border-color css
<style>
span { border-color: #718938; }
span { border-color: rgb(113,137,56); }
td.TdClassName
{
border-color: #718938;
}
.TagClassName
{
border-color: #718938;
}
</style>