Shades of Hippie Green #658060
Tints of Hippie Green #658060
RGB
CMYK
RGB Variations
Color information
#658060 (or 0x658060) is known color: Hippie Green. HEX triplet: 65, 80 and 60. RGB value is (101,128,96). Sum of RGB (Red+Green+Blue) = 101+128+96=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #658060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658060 is #9A7F9F. Grayscale: #747474. Windows color (decimal): -10125216 or 6324325. OLE color: 6324325.
HSL color Cylindrical-coordinate representation of color #658060: hue angle of 110.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658060 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 96 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.50 |
| HSL | 110.63º | 0.14% | 0.44% | - |
| HSV(B) | 110.63º | 0.25% | 0.5% | - |
| XYZ | 15.2 | 19.05 | 13.94 | - |
| YUV | 116.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 96 | 0.21 | 0 | 0.25 | 0.50 | 110.63 | 0.14 | 0.44 |
| Hex | 65 | 80 | 60 | 15 | 0 | 19 | 32 | 6F | E | 2C |
| Octal | 145 | 200 | 140 | 25 | 0 | 31 | 62 | 157 | 16 | 54 |
| Binary | 1100101 | 10000000 | 1100000 | 10101 | 0 | 11001 | 110010 | 1101111 | 1110 | 101100 |
Color Harmonies of #658060
Complementary color
Monochromatic Colors of #658060
Black with #658060
Text Example
Text Example
White with #658060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658060; }
p { color: rgb(101,128,96); }
H1.HeaderClassName
{
color: #658060;
}
.AnyTagClassName
{
color: #658060;
}
</style>
background-color css
<style>
a { background-color: #658060; }
a { background-color: rgb(101,128,96); }
div.DivClassName
{
background-color: #658060;
}
.BgClassName
{
background-color: #658060;
}
</style>
border-color css
<style>
span { border-color: #658060; }
span { border-color: rgb(101,128,96); }
td.TdClassName
{
border-color: #658060;
}
.TagClassName
{
border-color: #658060;
}
</style>