Shades of Hippie Green #658660
Tints of Hippie Green #658660
RGB
CMYK
RGB Variations
Color information
#658660 (or 0x658660) is known color: Hippie Green. HEX triplet: 65, 86 and 60. RGB value is (101,134,96). Sum of RGB (Red+Green+Blue) = 101+134+96=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #658660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658660 is #9A799F. Grayscale: #777777. Windows color (decimal): -10123680 or 6325861. OLE color: 6325861.
HSL color Cylindrical-coordinate representation of color #658660: hue angle of 112.11º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658660 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 96 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.47 |
| HSL | 112.11º | 0.17% | 0.45% | - |
| HSV(B) | 112.11º | 0.28% | 0.53% | - |
| XYZ | 16 | 20.66 | 14.21 | - |
| YUV | 119.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 96 | 0.25 | 0 | 0.28 | 0.47 | 112.11 | 0.17 | 0.45 |
| Hex | 65 | 86 | 60 | 19 | 0 | 1C | 2F | 70 | 11 | 2D |
| Octal | 145 | 206 | 140 | 31 | 0 | 34 | 57 | 160 | 21 | 55 |
| Binary | 1100101 | 10000110 | 1100000 | 11001 | 0 | 11100 | 101111 | 1110000 | 10001 | 101101 |
Color Harmonies of #658660
Complementary color
Monochromatic Colors of #658660
Black with #658660
Text Example
Text Example
White with #658660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658660; }
p { color: rgb(101,134,96); }
H1.HeaderClassName
{
color: #658660;
}
.AnyTagClassName
{
color: #658660;
}
</style>
background-color css
<style>
a { background-color: #658660; }
a { background-color: rgb(101,134,96); }
div.DivClassName
{
background-color: #658660;
}
.BgClassName
{
background-color: #658660;
}
</style>
border-color css
<style>
span { border-color: #658660; }
span { border-color: rgb(101,134,96); }
td.TdClassName
{
border-color: #658660;
}
.TagClassName
{
border-color: #658660;
}
</style>