Shades of Olive Drab #658E00
Tints of Olive Drab #658E00
RGB
CMYK
RGB Variations
Color information
#658E00 (or 0x658E00) is known color: Olive Drab. HEX triplet: 65, 8E and 00. RGB value is (101,142,0). Sum of RGB (Red+Green+Blue) = 101+142+0=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 142 (55.86% from 255 or 58.44% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 142 - color contains mainly: green. Hex color #658E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658E00 is #9A71FF. Grayscale: #727272. Windows color (decimal): -10121728 or 36453. OLE color: 36453.
HSL color Cylindrical-coordinate representation of color #658E00: hue angle of 77.32º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #658E00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 142 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.44 |
| HSL | 77.32º | 1% | 0.28% | - |
| HSV(B) | 77.32º | 1% | 0.56% | - |
| XYZ | 15.04 | 22.11 | 3.48 | - |
| YUV | 113.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 0 | 0.29 | 0 | 1 | 0.44 | 77.32 | 1 | 0.28 |
| Hex | 65 | 8E | 0 | 1D | 0 | 64 | 2C | 4D | 64 | 1C |
| Octal | 145 | 216 | 0 | 35 | 0 | 144 | 54 | 115 | 144 | 34 |
| Binary | 1100101 | 10001110 | 0 | 11101 | 0 | 1100100 | 101100 | 1001101 | 1100100 | 11100 |
Color Harmonies of #658E00
Complementary color
Monochromatic Colors of #658E00
Black with #658E00
Text Example
Text Example
White with #658E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658E00; }
p { color: rgb(101,142,0); }
H1.HeaderClassName
{
color: #658E00;
}
.AnyTagClassName
{
color: #658E00;
}
</style>
background-color css
<style>
a { background-color: #658E00; }
a { background-color: rgb(101,142,0); }
div.DivClassName
{
background-color: #658E00;
}
.BgClassName
{
background-color: #658E00;
}
</style>
border-color css
<style>
span { border-color: #658E00; }
span { border-color: rgb(101,142,0); }
td.TdClassName
{
border-color: #658E00;
}
.TagClassName
{
border-color: #658E00;
}
</style>