Shades of Olive Drab #659217
Tints of Olive Drab #659217
RGB
CMYK
RGB Variations
Color information
#659217 (or 0x659217) is known color: Olive Drab. HEX triplet: 65, 92 and 17. RGB value is (101,146,23). Sum of RGB (Red+Green+Blue) = 101+146+23=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #659217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659217 is #9A6DE8. Grayscale: #767676. Windows color (decimal): -10120681 or 1544805. OLE color: 1544805.
HSL color Cylindrical-coordinate representation of color #659217: hue angle of 81.95º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #659217 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 23 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.43 |
| HSL | 81.95º | 0.73% | 0.33% | - |
| HSV(B) | 81.95º | 0.84% | 0.57% | - |
| XYZ | 15.8 | 23.39 | 4.49 | - |
| YUV | 118.52 | 74.09 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 23 | 0.31 | 0 | 0.84 | 0.43 | 81.95 | 0.73 | 0.33 |
| Hex | 65 | 92 | 17 | 1F | 0 | 54 | 2B | 52 | 49 | 21 |
| Octal | 145 | 222 | 27 | 37 | 0 | 124 | 53 | 122 | 111 | 41 |
| Binary | 1100101 | 10010010 | 10111 | 11111 | 0 | 1010100 | 101011 | 1010010 | 1001001 | 100001 |
Color Harmonies of #659217
Complementary color
Monochromatic Colors of #659217
Black with #659217
Text Example
Text Example
White with #659217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659217; }
p { color: rgb(101,146,23); }
H1.HeaderClassName
{
color: #659217;
}
.AnyTagClassName
{
color: #659217;
}
</style>
background-color css
<style>
a { background-color: #659217; }
a { background-color: rgb(101,146,23); }
div.DivClassName
{
background-color: #659217;
}
.BgClassName
{
background-color: #659217;
}
</style>
border-color css
<style>
span { border-color: #659217; }
span { border-color: rgb(101,146,23); }
td.TdClassName
{
border-color: #659217;
}
.TagClassName
{
border-color: #659217;
}
</style>