Shades of Olive Drab #658D11
Tints of Olive Drab #658D11
RGB
CMYK
RGB Variations
Color information
#658D11 (or 0x658D11) is known color: Olive Drab. HEX triplet: 65, 8D and 11. RGB value is (101,141,17). Sum of RGB (Red+Green+Blue) = 101+141+17=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #658D11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658D11 is #9A72EE. Grayscale: #737373. Windows color (decimal): -10121967 or 1150309. OLE color: 1150309.
HSL color Cylindrical-coordinate representation of color #658D11: hue angle of 79.35º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #658D11 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 141 | 17 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.45 |
| HSL | 79.35º | 0.78% | 0.31% | - |
| HSV(B) | 79.35º | 0.88% | 0.55% | - |
| XYZ | 14.99 | 21.86 | 3.96 | - |
| YUV | 114.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 17 | 0.28 | 0 | 0.88 | 0.45 | 79.35 | 0.78 | 0.31 |
| Hex | 65 | 8D | 11 | 1C | 0 | 58 | 2D | 4F | 4E | 1F |
| Octal | 145 | 215 | 21 | 34 | 0 | 130 | 55 | 117 | 116 | 37 |
| Binary | 1100101 | 10001101 | 10001 | 11100 | 0 | 1011000 | 101101 | 1001111 | 1001110 | 11111 |
Color Harmonies of #658D11
Complementary color
Monochromatic Colors of #658D11
Black with #658D11
Text Example
Text Example
White with #658D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D11; }
p { color: rgb(101,141,17); }
H1.HeaderClassName
{
color: #658D11;
}
.AnyTagClassName
{
color: #658D11;
}
</style>
background-color css
<style>
a { background-color: #658D11; }
a { background-color: rgb(101,141,17); }
div.DivClassName
{
background-color: #658D11;
}
.BgClassName
{
background-color: #658D11;
}
</style>
border-color css
<style>
span { border-color: #658D11; }
span { border-color: rgb(101,141,17); }
td.TdClassName
{
border-color: #658D11;
}
.TagClassName
{
border-color: #658D11;
}
</style>