Shades of Hippie Green #65A059
Tints of Hippie Green #65A059
RGB
CMYK
RGB Variations
Color information
#65A059 (or 0x65A059) is known color: Hippie Green. HEX triplet: 65, A0 and 59. RGB value is (101,160,89). Sum of RGB (Red+Green+Blue) = 101+160+89=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #65A059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A059 is #9A5FA6. Grayscale: #868686. Windows color (decimal): -10117031 or 5873765. OLE color: 5873765.
HSL color Cylindrical-coordinate representation of color #65A059: hue angle of 109.86º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65A059 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 160 | 89 | - |
| CMYK | 0.37 | 0 | 0.44 | 0.37 |
| HSL | 109.86º | 0.29% | 0.49% | - |
| HSV(B) | 109.86º | 0.44% | 0.63% | - |
| XYZ | 19.74 | 28.63 | 13.94 | - |
| YUV | 134.27 | 102.45 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 89 | 0.37 | 0 | 0.44 | 0.37 | 109.86 | 0.29 | 0.49 |
| Hex | 65 | A0 | 59 | 25 | 0 | 2C | 25 | 6E | 1D | 31 |
| Octal | 145 | 240 | 131 | 45 | 0 | 54 | 45 | 156 | 35 | 61 |
| Binary | 1100101 | 10100000 | 1011001 | 100101 | 0 | 101100 | 100101 | 1101110 | 11101 | 110001 |
Color Harmonies of #65A059
Complementary color
Monochromatic Colors of #65A059
Black with #65A059
Text Example
Text Example
White with #65A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A059; }
p { color: rgb(101,160,89); }
H1.HeaderClassName
{
color: #65A059;
}
.AnyTagClassName
{
color: #65A059;
}
</style>
background-color css
<style>
a { background-color: #65A059; }
a { background-color: rgb(101,160,89); }
div.DivClassName
{
background-color: #65A059;
}
.BgClassName
{
background-color: #65A059;
}
</style>
border-color css
<style>
span { border-color: #65A059; }
span { border-color: rgb(101,160,89); }
td.TdClassName
{
border-color: #65A059;
}
.TagClassName
{
border-color: #65A059;
}
</style>