Shades of Hippie Green #658360
Tints of Hippie Green #658360
RGB
CMYK
RGB Variations
Color information
#658360 (or 0x658360) is known color: Hippie Green. HEX triplet: 65, 83 and 60. RGB value is (101,131,96). Sum of RGB (Red+Green+Blue) = 101+131+96=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #658360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658360 is #9A7C9F. Grayscale: #767676. Windows color (decimal): -10124448 or 6325093. OLE color: 6325093.
HSL color Cylindrical-coordinate representation of color #658360: hue angle of 111.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658360 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 96 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.49 |
| HSL | 111.43º | 0.15% | 0.45% | - |
| HSV(B) | 111.43º | 0.27% | 0.51% | - |
| XYZ | 15.59 | 19.84 | 14.07 | - |
| YUV | 118.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 96 | 0.23 | 0 | 0.27 | 0.49 | 111.43 | 0.15 | 0.45 |
| Hex | 65 | 83 | 60 | 17 | 0 | 1B | 31 | 6F | F | 2D |
| Octal | 145 | 203 | 140 | 27 | 0 | 33 | 61 | 157 | 17 | 55 |
| Binary | 1100101 | 10000011 | 1100000 | 10111 | 0 | 11011 | 110001 | 1101111 | 1111 | 101101 |
Color Harmonies of #658360
Complementary color
Monochromatic Colors of #658360
Black with #658360
Text Example
Text Example
White with #658360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658360; }
p { color: rgb(101,131,96); }
H1.HeaderClassName
{
color: #658360;
}
.AnyTagClassName
{
color: #658360;
}
</style>
background-color css
<style>
a { background-color: #658360; }
a { background-color: rgb(101,131,96); }
div.DivClassName
{
background-color: #658360;
}
.BgClassName
{
background-color: #658360;
}
</style>
border-color css
<style>
span { border-color: #658360; }
span { border-color: rgb(101,131,96); }
td.TdClassName
{
border-color: #658360;
}
.TagClassName
{
border-color: #658360;
}
</style>