Shades of Olive Drab #658B15
Tints of Olive Drab #658B15
RGB
CMYK
RGB Variations
Color information
#658B15 (or 0x658B15) is known color: Olive Drab. HEX triplet: 65, 8B and 15. RGB value is (101,139,21). Sum of RGB (Red+Green+Blue) = 101+139+21=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #658B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658B15 is #9A74EA. Grayscale: #727272. Windows color (decimal): -10122475 or 1411941. OLE color: 1411941.
HSL color Cylindrical-coordinate representation of color #658B15: hue angle of 79.32º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #658B15 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 21 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.45 |
| HSL | 79.32º | 0.74% | 0.31% | - |
| HSV(B) | 79.32º | 0.85% | 0.55% | - |
| XYZ | 14.73 | 21.29 | 4.04 | - |
| YUV | 114.19 | 75.41 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 21 | 0.27 | 0 | 0.85 | 0.45 | 79.32 | 0.74 | 0.31 |
| Hex | 65 | 8B | 15 | 1B | 0 | 55 | 2D | 4F | 4A | 1F |
| Octal | 145 | 213 | 25 | 33 | 0 | 125 | 55 | 117 | 112 | 37 |
| Binary | 1100101 | 10001011 | 10101 | 11011 | 0 | 1010101 | 101101 | 1001111 | 1001010 | 11111 |
Color Harmonies of #658B15
Complementary color
Monochromatic Colors of #658B15
Black with #658B15
Text Example
Text Example
White with #658B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B15; }
p { color: rgb(101,139,21); }
H1.HeaderClassName
{
color: #658B15;
}
.AnyTagClassName
{
color: #658B15;
}
</style>
background-color css
<style>
a { background-color: #658B15; }
a { background-color: rgb(101,139,21); }
div.DivClassName
{
background-color: #658B15;
}
.BgClassName
{
background-color: #658B15;
}
</style>
border-color css
<style>
span { border-color: #658B15; }
span { border-color: rgb(101,139,21); }
td.TdClassName
{
border-color: #658B15;
}
.TagClassName
{
border-color: #658B15;
}
</style>