Shades of Olive Drab #718B30
Tints of Olive Drab #718B30
RGB
CMYK
RGB Variations
Color information
#718B30 (or 0x718B30) is known color: Olive Drab. HEX triplet: 71, 8B and 30. RGB value is (113,139,48). Sum of RGB (Red+Green+Blue) = 113+139+48=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #718B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B30 is #8E74CF. Grayscale: #797979. Windows color (decimal): -9336016 or 3181425. OLE color: 3181425.
HSL color Cylindrical-coordinate representation of color #718B30: hue angle of 77.14º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #718B30 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 48 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.45 |
| HSL | 77.14º | 0.49% | 0.37% | - |
| HSV(B) | 77.14º | 0.65% | 0.55% | - |
| XYZ | 16.58 | 22.19 | 6.21 | - |
| YUV | 120.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 48 | 0.19 | 0 | 0.65 | 0.45 | 77.14 | 0.49 | 0.37 |
| Hex | 71 | 8B | 30 | 13 | 0 | 41 | 2D | 4D | 31 | 25 |
| Octal | 161 | 213 | 60 | 23 | 0 | 101 | 55 | 115 | 61 | 45 |
| Binary | 1110001 | 10001011 | 110000 | 10011 | 0 | 1000001 | 101101 | 1001101 | 110001 | 100101 |
Color Harmonies of #718B30
Complementary color
Monochromatic Colors of #718B30
Black with #718B30
Text Example
Text Example
White with #718B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B30; }
p { color: rgb(113,139,48); }
H1.HeaderClassName
{
color: #718B30;
}
.AnyTagClassName
{
color: #718B30;
}
</style>
background-color css
<style>
a { background-color: #718B30; }
a { background-color: rgb(113,139,48); }
div.DivClassName
{
background-color: #718B30;
}
.BgClassName
{
background-color: #718B30;
}
</style>
border-color css
<style>
span { border-color: #718B30; }
span { border-color: rgb(113,139,48); }
td.TdClassName
{
border-color: #718B30;
}
.TagClassName
{
border-color: #718B30;
}
</style>