Shades of Hippie Green #659264
Tints of Hippie Green #659264
RGB
CMYK
RGB Variations
Color information
#659264 (or 0x659264) is known color: Hippie Green. HEX triplet: 65, 92 and 64. RGB value is (101,146,100). Sum of RGB (Red+Green+Blue) = 101+146+100=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #659264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659264 is #9A6D9B. Grayscale: #7F7F7F. Windows color (decimal): -10120604 or 6591077. OLE color: 6591077.
HSL color Cylindrical-coordinate representation of color #659264: hue angle of 118.7º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659264 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 100 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.43 |
| HSL | 118.7º | 0.19% | 0.48% | - |
| HSV(B) | 118.7º | 0.32% | 0.57% | - |
| XYZ | 17.95 | 24.24 | 15.79 | - |
| YUV | 127.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 100 | 0.31 | 0 | 0.32 | 0.43 | 118.7 | 0.19 | 0.48 |
| Hex | 65 | 92 | 64 | 1F | 0 | 20 | 2B | 77 | 13 | 30 |
| Octal | 145 | 222 | 144 | 37 | 0 | 40 | 53 | 167 | 23 | 60 |
| Binary | 1100101 | 10010010 | 1100100 | 11111 | 0 | 100000 | 101011 | 1110111 | 10011 | 110000 |
Color Harmonies of #659264
Complementary color
Monochromatic Colors of #659264
Black with #659264
Text Example
Text Example
White with #659264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659264; }
p { color: rgb(101,146,100); }
H1.HeaderClassName
{
color: #659264;
}
.AnyTagClassName
{
color: #659264;
}
</style>
background-color css
<style>
a { background-color: #659264; }
a { background-color: rgb(101,146,100); }
div.DivClassName
{
background-color: #659264;
}
.BgClassName
{
background-color: #659264;
}
</style>
border-color css
<style>
span { border-color: #659264; }
span { border-color: rgb(101,146,100); }
td.TdClassName
{
border-color: #659264;
}
.TagClassName
{
border-color: #659264;
}
</style>