Shades of Hippie Green #659255
Tints of Hippie Green #659255
RGB
CMYK
RGB Variations
Color information
#659255 (or 0x659255) is known color: Hippie Green. HEX triplet: 65, 92 and 55. RGB value is (101,146,85). Sum of RGB (Red+Green+Blue) = 101+146+85=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #659255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659255 is #9A6DAA. Grayscale: #7D7D7D. Windows color (decimal): -10120619 or 5608037. OLE color: 5608037.
HSL color Cylindrical-coordinate representation of color #659255: hue angle of 104.26º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #659255 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 85 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.43 |
| HSL | 104.26º | 0.26% | 0.45% | - |
| HSV(B) | 104.26º | 0.42% | 0.57% | - |
| XYZ | 17.29 | 23.98 | 12.31 | - |
| YUV | 125.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 85 | 0.31 | 0 | 0.42 | 0.43 | 104.26 | 0.26 | 0.45 |
| Hex | 65 | 92 | 55 | 1F | 0 | 2A | 2B | 68 | 1A | 2D |
| Octal | 145 | 222 | 125 | 37 | 0 | 52 | 53 | 150 | 32 | 55 |
| Binary | 1100101 | 10010010 | 1010101 | 11111 | 0 | 101010 | 101011 | 1101000 | 11010 | 101101 |
Color Harmonies of #659255
Complementary color
Monochromatic Colors of #659255
Black with #659255
Text Example
Text Example
White with #659255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659255; }
p { color: rgb(101,146,85); }
H1.HeaderClassName
{
color: #659255;
}
.AnyTagClassName
{
color: #659255;
}
</style>
background-color css
<style>
a { background-color: #659255; }
a { background-color: rgb(101,146,85); }
div.DivClassName
{
background-color: #659255;
}
.BgClassName
{
background-color: #659255;
}
</style>
border-color css
<style>
span { border-color: #659255; }
span { border-color: rgb(101,146,85); }
td.TdClassName
{
border-color: #659255;
}
.TagClassName
{
border-color: #659255;
}
</style>