Shades of Olive Drab #658B11
Tints of Olive Drab #658B11
RGB
CMYK
RGB Variations
Color information
#658B11 (or 0x658B11) is known color: Olive Drab. HEX triplet: 65, 8B and 11. RGB value is (101,139,17). Sum of RGB (Red+Green+Blue) = 101+139+17=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #658B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658B11 is #9A74EE. Grayscale: #727272. Windows color (decimal): -10122479 or 1149797. OLE color: 1149797.
HSL color Cylindrical-coordinate representation of color #658B11: hue angle of 78.69º 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 #658B11 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 17 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.45 |
| HSL | 78.69º | 0.78% | 0.31% | - |
| HSV(B) | 78.69º | 0.88% | 0.55% | - |
| XYZ | 14.7 | 21.27 | 3.86 | - |
| YUV | 113.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 17 | 0.27 | 0 | 0.88 | 0.45 | 78.69 | 0.78 | 0.31 |
| Hex | 65 | 8B | 11 | 1B | 0 | 58 | 2D | 4F | 4E | 1F |
| Octal | 145 | 213 | 21 | 33 | 0 | 130 | 55 | 117 | 116 | 37 |
| Binary | 1100101 | 10001011 | 10001 | 11011 | 0 | 1011000 | 101101 | 1001111 | 1001110 | 11111 |
Color Harmonies of #658B11
Complementary color
Monochromatic Colors of #658B11
Black with #658B11
Text Example
Text Example
White with #658B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B11; }
p { color: rgb(101,139,17); }
H1.HeaderClassName
{
color: #658B11;
}
.AnyTagClassName
{
color: #658B11;
}
</style>
background-color css
<style>
a { background-color: #658B11; }
a { background-color: rgb(101,139,17); }
div.DivClassName
{
background-color: #658B11;
}
.BgClassName
{
background-color: #658B11;
}
</style>
border-color css
<style>
span { border-color: #658B11; }
span { border-color: rgb(101,139,17); }
td.TdClassName
{
border-color: #658B11;
}
.TagClassName
{
border-color: #658B11;
}
</style>