Shades of Olive Drab #718B25
Tints of Olive Drab #718B25
RGB
CMYK
RGB Variations
Color information
#718B25 (or 0x718B25) is known color: Olive Drab. HEX triplet: 71, 8B and 25. RGB value is (113,139,37). Sum of RGB (Red+Green+Blue) = 113+139+37=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #718B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B25 is #8E74DA. Grayscale: #777777. Windows color (decimal): -9336027 or 2460529. OLE color: 2460529.
HSL color Cylindrical-coordinate representation of color #718B25: hue angle of 75.29º degrees, saturation: 0.58, 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 #718B25 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 37 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.45 |
| HSL | 75.29º | 0.58% | 0.35% | - |
| HSV(B) | 75.29º | 0.73% | 0.55% | - |
| XYZ | 16.38 | 22.11 | 5.15 | - |
| YUV | 119.6 | 81.39 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 37 | 0.19 | 0 | 0.73 | 0.45 | 75.29 | 0.58 | 0.35 |
| Hex | 71 | 8B | 25 | 13 | 0 | 49 | 2D | 4B | 3A | 23 |
| Octal | 161 | 213 | 45 | 23 | 0 | 111 | 55 | 113 | 72 | 43 |
| Binary | 1110001 | 10001011 | 100101 | 10011 | 0 | 1001001 | 101101 | 1001011 | 111010 | 100011 |
Color Harmonies of #718B25
Complementary color
Monochromatic Colors of #718B25
Black with #718B25
Text Example
Text Example
White with #718B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B25; }
p { color: rgb(113,139,37); }
H1.HeaderClassName
{
color: #718B25;
}
.AnyTagClassName
{
color: #718B25;
}
</style>
background-color css
<style>
a { background-color: #718B25; }
a { background-color: rgb(113,139,37); }
div.DivClassName
{
background-color: #718B25;
}
.BgClassName
{
background-color: #718B25;
}
</style>
border-color css
<style>
span { border-color: #718B25; }
span { border-color: rgb(113,139,37); }
td.TdClassName
{
border-color: #718B25;
}
.TagClassName
{
border-color: #718B25;
}
</style>