Shades of Olive Drab #658B17
Tints of Olive Drab #658B17
RGB
CMYK
RGB Variations
Color information
#658B17 (or 0x658B17) is known color: Olive Drab. HEX triplet: 65, 8B and 17. RGB value is (101,139,23). Sum of RGB (Red+Green+Blue) = 101+139+23=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #658B17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658B17 is #9A74E8. Grayscale: #727272. Windows color (decimal): -10122473 or 1543013. OLE color: 1543013.
HSL color Cylindrical-coordinate representation of color #658B17: hue angle of 79.66º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #658B17 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 23 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.45 |
| HSL | 79.66º | 0.72% | 0.32% | - |
| HSV(B) | 79.66º | 0.83% | 0.55% | - |
| XYZ | 14.75 | 21.29 | 4.14 | - |
| YUV | 114.41 | 76.41 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 23 | 0.27 | 0 | 0.83 | 0.45 | 79.66 | 0.72 | 0.32 |
| Hex | 65 | 8B | 17 | 1B | 0 | 53 | 2D | 50 | 48 | 20 |
| Octal | 145 | 213 | 27 | 33 | 0 | 123 | 55 | 120 | 110 | 40 |
| Binary | 1100101 | 10001011 | 10111 | 11011 | 0 | 1010011 | 101101 | 1010000 | 1001000 | 100000 |
Color Harmonies of #658B17
Complementary color
Monochromatic Colors of #658B17
Black with #658B17
Text Example
Text Example
White with #658B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B17; }
p { color: rgb(101,139,23); }
H1.HeaderClassName
{
color: #658B17;
}
.AnyTagClassName
{
color: #658B17;
}
</style>
background-color css
<style>
a { background-color: #658B17; }
a { background-color: rgb(101,139,23); }
div.DivClassName
{
background-color: #658B17;
}
.BgClassName
{
background-color: #658B17;
}
</style>
border-color css
<style>
span { border-color: #658B17; }
span { border-color: rgb(101,139,23); }
td.TdClassName
{
border-color: #658B17;
}
.TagClassName
{
border-color: #658B17;
}
</style>