Shades of Olive Drab #658917
Tints of Olive Drab #658917
RGB
CMYK
RGB Variations
Color information
#658917 (or 0x658917) is known color: Olive Drab. HEX triplet: 65, 89 and 17. RGB value is (101,137,23). Sum of RGB (Red+Green+Blue) = 101+137+23=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #658917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658917 is #9A76E8. Grayscale: #717171. Windows color (decimal): -10122985 or 1542501. OLE color: 1542501.
HSL color Cylindrical-coordinate representation of color #658917: hue angle of 78.95º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #658917 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 23 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.46 |
| HSL | 78.95º | 0.71% | 0.31% | - |
| HSV(B) | 78.95º | 0.83% | 0.54% | - |
| XYZ | 14.47 | 20.72 | 4.05 | - |
| YUV | 113.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 23 | 0.26 | 0 | 0.83 | 0.46 | 78.95 | 0.71 | 0.31 |
| Hex | 65 | 89 | 17 | 1A | 0 | 53 | 2E | 4F | 47 | 1F |
| Octal | 145 | 211 | 27 | 32 | 0 | 123 | 56 | 117 | 107 | 37 |
| Binary | 1100101 | 10001001 | 10111 | 11010 | 0 | 1010011 | 101110 | 1001111 | 1000111 | 11111 |
Color Harmonies of #658917
Complementary color
Monochromatic Colors of #658917
Black with #658917
Text Example
Text Example
White with #658917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658917; }
p { color: rgb(101,137,23); }
H1.HeaderClassName
{
color: #658917;
}
.AnyTagClassName
{
color: #658917;
}
</style>
background-color css
<style>
a { background-color: #658917; }
a { background-color: rgb(101,137,23); }
div.DivClassName
{
background-color: #658917;
}
.BgClassName
{
background-color: #658917;
}
</style>
border-color css
<style>
span { border-color: #658917; }
span { border-color: rgb(101,137,23); }
td.TdClassName
{
border-color: #658917;
}
.TagClassName
{
border-color: #658917;
}
</style>