Shades of Olive Drab #718A33
Tints of Olive Drab #718A33
RGB
CMYK
RGB Variations
Color information
#718A33 (or 0x718A33) is known color: Olive Drab. HEX triplet: 71, 8A and 33. RGB value is (113,138,51). Sum of RGB (Red+Green+Blue) = 113+138+51=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 138 (54.30% from 255 or 45.70% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 138 - color contains mainly: green. Hex color #718A33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A33 is #8E75CC. Grayscale: #787878. Windows color (decimal): -9336269 or 3377777. OLE color: 3377777.
HSL color Cylindrical-coordinate representation of color #718A33: hue angle of 77.24º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #718A33 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 51 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.46 |
| HSL | 77.24º | 0.46% | 0.37% | - |
| HSV(B) | 77.24º | 0.63% | 0.54% | - |
| XYZ | 16.5 | 21.93 | 6.49 | - |
| YUV | 120.61 | 88.72 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 51 | 0.18 | 0 | 0.63 | 0.46 | 77.24 | 0.46 | 0.37 |
| Hex | 71 | 8A | 33 | 12 | 0 | 3F | 2E | 4D | 2E | 25 |
| Octal | 161 | 212 | 63 | 22 | 0 | 77 | 56 | 115 | 56 | 45 |
| Binary | 1110001 | 10001010 | 110011 | 10010 | 0 | 111111 | 101110 | 1001101 | 101110 | 100101 |
Color Harmonies of #718A33
Complementary color
Monochromatic Colors of #718A33
Black with #718A33
Text Example
Text Example
White with #718A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A33; }
p { color: rgb(113,138,51); }
H1.HeaderClassName
{
color: #718A33;
}
.AnyTagClassName
{
color: #718A33;
}
</style>
background-color css
<style>
a { background-color: #718A33; }
a { background-color: rgb(113,138,51); }
div.DivClassName
{
background-color: #718A33;
}
.BgClassName
{
background-color: #718A33;
}
</style>
border-color css
<style>
span { border-color: #718A33; }
span { border-color: rgb(113,138,51); }
td.TdClassName
{
border-color: #718A33;
}
.TagClassName
{
border-color: #718A33;
}
</style>