Shades of Olive Drab #718B2B
Tints of Olive Drab #718B2B
RGB
CMYK
RGB Variations
Color information
#718B2B (or 0x718B2B) is known color: Olive Drab. HEX triplet: 71, 8B and 2B. RGB value is (113,139,43). Sum of RGB (Red+Green+Blue) = 113+139+43=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #718B2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B2B is #8E74D4. Grayscale: #787878. Windows color (decimal): -9336021 or 2853745. OLE color: 2853745.
HSL color Cylindrical-coordinate representation of color #718B2B: hue angle of 76.25º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #718B2B is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 43 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.45 |
| HSL | 76.25º | 0.53% | 0.36% | - |
| HSV(B) | 76.25º | 0.69% | 0.55% | - |
| XYZ | 16.48 | 22.15 | 5.69 | - |
| YUV | 120.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 43 | 0.19 | 0 | 0.69 | 0.45 | 76.25 | 0.53 | 0.36 |
| Hex | 71 | 8B | 2B | 13 | 0 | 45 | 2D | 4C | 35 | 24 |
| Octal | 161 | 213 | 53 | 23 | 0 | 105 | 55 | 114 | 65 | 44 |
| Binary | 1110001 | 10001011 | 101011 | 10011 | 0 | 1000101 | 101101 | 1001100 | 110101 | 100100 |
Color Harmonies of #718B2B
Complementary color
Monochromatic Colors of #718B2B
Black with #718B2B
Text Example
Text Example
White with #718B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B2B; }
p { color: rgb(113,139,43); }
H1.HeaderClassName
{
color: #718B2B;
}
.AnyTagClassName
{
color: #718B2B;
}
</style>
background-color css
<style>
a { background-color: #718B2B; }
a { background-color: rgb(113,139,43); }
div.DivClassName
{
background-color: #718B2B;
}
.BgClassName
{
background-color: #718B2B;
}
</style>
border-color css
<style>
span { border-color: #718B2B; }
span { border-color: rgb(113,139,43); }
td.TdClassName
{
border-color: #718B2B;
}
.TagClassName
{
border-color: #718B2B;
}
</style>