Shades of Olive Drab #659100
Tints of Olive Drab #659100
RGB
CMYK
RGB Variations
Color information
#659100 (or 0x659100) is known color: Olive Drab. HEX triplet: 65, 91 and 00. RGB value is (101,145,0). Sum of RGB (Red+Green+Blue) = 101+145+0=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #659100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659100 is #9A6EFF. Grayscale: #737373. Windows color (decimal): -10120960 or 37221. OLE color: 37221.
HSL color Cylindrical-coordinate representation of color #659100: hue angle of 78.21º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #659100 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.43 |
| HSL | 78.21º | 1% | 0.28% | - |
| HSV(B) | 78.21º | 1% | 0.57% | - |
| XYZ | 15.49 | 23.02 | 3.63 | - |
| YUV | 115.31 | 62.92 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 0 | 0.30 | 0 | 1 | 0.43 | 78.21 | 1 | 0.28 |
| Hex | 65 | 91 | 0 | 1E | 0 | 64 | 2B | 4E | 64 | 1C |
| Octal | 145 | 221 | 0 | 36 | 0 | 144 | 53 | 116 | 144 | 34 |
| Binary | 1100101 | 10010001 | 0 | 11110 | 0 | 1100100 | 101011 | 1001110 | 1100100 | 11100 |
Color Harmonies of #659100
Complementary color
Monochromatic Colors of #659100
Black with #659100
Text Example
Text Example
White with #659100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659100; }
p { color: rgb(101,145,0); }
H1.HeaderClassName
{
color: #659100;
}
.AnyTagClassName
{
color: #659100;
}
</style>
background-color css
<style>
a { background-color: #659100; }
a { background-color: rgb(101,145,0); }
div.DivClassName
{
background-color: #659100;
}
.BgClassName
{
background-color: #659100;
}
</style>
border-color css
<style>
span { border-color: #659100; }
span { border-color: rgb(101,145,0); }
td.TdClassName
{
border-color: #659100;
}
.TagClassName
{
border-color: #659100;
}
</style>