Shades of Olive Drab #658D00
Tints of Olive Drab #658D00
RGB
CMYK
RGB Variations
Color information
#658D00 (or 0x658D00) is known color: Olive Drab. HEX triplet: 65, 8D and 00. RGB value is (101,141,0). Sum of RGB (Red+Green+Blue) = 101+141+0=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 141 (55.47% from 255 or 58.26% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 141 - color contains mainly: green. Hex color #658D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658D00 is #9A72FF. Grayscale: #717171. Windows color (decimal): -10121984 or 36197. OLE color: 36197.
HSL color Cylindrical-coordinate representation of color #658D00: hue angle of 77.02º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #658D00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 141 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.45 |
| HSL | 77.02º | 1% | 0.28% | - |
| HSV(B) | 77.02º | 1% | 0.55% | - |
| XYZ | 14.89 | 21.82 | 3.43 | - |
| YUV | 112.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 0 | 0.28 | 0 | 1 | 0.45 | 77.02 | 1 | 0.28 |
| Hex | 65 | 8D | 0 | 1C | 0 | 64 | 2D | 4D | 64 | 1C |
| Octal | 145 | 215 | 0 | 34 | 0 | 144 | 55 | 115 | 144 | 34 |
| Binary | 1100101 | 10001101 | 0 | 11100 | 0 | 1100100 | 101101 | 1001101 | 1100100 | 11100 |
Color Harmonies of #658D00
Complementary color
Monochromatic Colors of #658D00
Black with #658D00
Text Example
Text Example
White with #658D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D00; }
p { color: rgb(101,141,0); }
H1.HeaderClassName
{
color: #658D00;
}
.AnyTagClassName
{
color: #658D00;
}
</style>
background-color css
<style>
a { background-color: #658D00; }
a { background-color: rgb(101,141,0); }
div.DivClassName
{
background-color: #658D00;
}
.BgClassName
{
background-color: #658D00;
}
</style>
border-color css
<style>
span { border-color: #658D00; }
span { border-color: rgb(101,141,0); }
td.TdClassName
{
border-color: #658D00;
}
.TagClassName
{
border-color: #658D00;
}
</style>