Shades of Hippie Green #658164
Tints of Hippie Green #658164
RGB
CMYK
RGB Variations
Color information
#658164 (or 0x658164) is known color: Hippie Green. HEX triplet: 65, 81 and 64. RGB value is (101,129,100). Sum of RGB (Red+Green+Blue) = 101+129+100=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #658164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658164 is #9A7E9B. Grayscale: #757575. Windows color (decimal): -10124956 or 6586725. OLE color: 6586725.
HSL color Cylindrical-coordinate representation of color #658164: hue angle of 117.93º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #658164 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 100 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.49 |
| HSL | 117.93º | 0.13% | 0.45% | - |
| HSV(B) | 117.93º | 0.22% | 0.51% | - |
| XYZ | 15.52 | 19.39 | 14.98 | - |
| YUV | 117.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 100 | 0.22 | 0 | 0.22 | 0.49 | 117.93 | 0.13 | 0.45 |
| Hex | 65 | 81 | 64 | 16 | 0 | 16 | 31 | 76 | D | 2D |
| Octal | 145 | 201 | 144 | 26 | 0 | 26 | 61 | 166 | 15 | 55 |
| Binary | 1100101 | 10000001 | 1100100 | 10110 | 0 | 10110 | 110001 | 1110110 | 1101 | 101101 |
Color Harmonies of #658164
Complementary color
Monochromatic Colors of #658164
Black with #658164
Text Example
Text Example
White with #658164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658164; }
p { color: rgb(101,129,100); }
H1.HeaderClassName
{
color: #658164;
}
.AnyTagClassName
{
color: #658164;
}
</style>
background-color css
<style>
a { background-color: #658164; }
a { background-color: rgb(101,129,100); }
div.DivClassName
{
background-color: #658164;
}
.BgClassName
{
background-color: #658164;
}
</style>
border-color css
<style>
span { border-color: #658164; }
span { border-color: rgb(101,129,100); }
td.TdClassName
{
border-color: #658164;
}
.TagClassName
{
border-color: #658164;
}
</style>