Shades of Olive Drab #658516
Tints of Olive Drab #658516
RGB
CMYK
RGB Variations
Color information
#658516 (or 0x658516) is known color: Olive Drab. HEX triplet: 65, 85 and 16. RGB value is (101,133,22). Sum of RGB (Red+Green+Blue) = 101+133+22=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #658516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658516 is #9A7AE9. Grayscale: #6F6F6F. Windows color (decimal): -10124010 or 1475941. OLE color: 1475941.
HSL color Cylindrical-coordinate representation of color #658516: hue angle of 77.3º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #658516 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 133 | 22 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.48 |
| HSL | 77.3º | 0.72% | 0.3% | - |
| HSV(B) | 77.3º | 0.83% | 0.52% | - |
| XYZ | 13.9 | 19.6 | 3.81 | - |
| YUV | 110.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 22 | 0.24 | 0 | 0.83 | 0.48 | 77.3 | 0.72 | 0.3 |
| Hex | 65 | 85 | 16 | 18 | 0 | 53 | 30 | 4D | 48 | 1E |
| Octal | 145 | 205 | 26 | 30 | 0 | 123 | 60 | 115 | 110 | 36 |
| Binary | 1100101 | 10000101 | 10110 | 11000 | 0 | 1010011 | 110000 | 1001101 | 1001000 | 11110 |
Color Harmonies of #658516
Complementary color
Monochromatic Colors of #658516
Black with #658516
Text Example
Text Example
White with #658516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658516; }
p { color: rgb(101,133,22); }
H1.HeaderClassName
{
color: #658516;
}
.AnyTagClassName
{
color: #658516;
}
</style>
background-color css
<style>
a { background-color: #658516; }
a { background-color: rgb(101,133,22); }
div.DivClassName
{
background-color: #658516;
}
.BgClassName
{
background-color: #658516;
}
</style>
border-color css
<style>
span { border-color: #658516; }
span { border-color: rgb(101,133,22); }
td.TdClassName
{
border-color: #658516;
}
.TagClassName
{
border-color: #658516;
}
</style>