Shades of Olive Drab #659507
Tints of Olive Drab #659507
RGB
CMYK
RGB Variations
Color information
#659507 (or 0x659507) is known color: Olive Drab. HEX triplet: 65, 95 and 07. RGB value is (101,149,7). Sum of RGB (Red+Green+Blue) = 101+149+7=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #659507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659507 is #9A6AF8. Grayscale: #767676. Windows color (decimal): -10119929 or 496997. OLE color: 496997.
HSL color Cylindrical-coordinate representation of color #659507: hue angle of 80.28º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #659507 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 7 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.42 |
| HSL | 80.28º | 0.91% | 0.31% | - |
| HSV(B) | 80.28º | 0.95% | 0.58% | - |
| XYZ | 16.15 | 24.28 | 4.04 | - |
| YUV | 118.46 | 65.1 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 7 | 0.32 | 0 | 0.95 | 0.42 | 80.28 | 0.91 | 0.31 |
| Hex | 65 | 95 | 7 | 20 | 0 | 5F | 2A | 50 | 5B | 1F |
| Octal | 145 | 225 | 7 | 40 | 0 | 137 | 52 | 120 | 133 | 37 |
| Binary | 1100101 | 10010101 | 111 | 100000 | 0 | 1011111 | 101010 | 1010000 | 1011011 | 11111 |
Color Harmonies of #659507
Complementary color
Monochromatic Colors of #659507
Black with #659507
Text Example
Text Example
White with #659507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659507; }
p { color: rgb(101,149,7); }
H1.HeaderClassName
{
color: #659507;
}
.AnyTagClassName
{
color: #659507;
}
</style>
background-color css
<style>
a { background-color: #659507; }
a { background-color: rgb(101,149,7); }
div.DivClassName
{
background-color: #659507;
}
.BgClassName
{
background-color: #659507;
}
</style>
border-color css
<style>
span { border-color: #659507; }
span { border-color: rgb(101,149,7); }
td.TdClassName
{
border-color: #659507;
}
.TagClassName
{
border-color: #659507;
}
</style>