Shades of Hippie Green #65A060
Tints of Hippie Green #65A060
RGB
CMYK
RGB Variations
Color information
#65A060 (or 0x65A060) is known color: Hippie Green. HEX triplet: 65, A0 and 60. RGB value is (101,160,96). Sum of RGB (Red+Green+Blue) = 101+160+96=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #65A060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A060 is #9A5F9F. Grayscale: #878787. Windows color (decimal): -10117024 or 6332517. OLE color: 6332517.
HSL color Cylindrical-coordinate representation of color #65A060: hue angle of 115.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A060 is Cyan = 0.37, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 160 | 96 | - |
| CMYK | 0.37 | 0 | 0.4 | 0.37 |
| HSL | 115.31º | 0.25% | 0.5% | - |
| HSV(B) | 115.31º | 0.4% | 0.63% | - |
| XYZ | 20.05 | 28.75 | 15.56 | - |
| YUV | 135.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 96 | 0.37 | 0 | 0.4 | 0.37 | 115.31 | 0.25 | 0.5 |
| Hex | 65 | A0 | 60 | 25 | 0 | 28 | 25 | 73 | 19 | 32 |
| Octal | 145 | 240 | 140 | 45 | 0 | 50 | 45 | 163 | 31 | 62 |
| Binary | 1100101 | 10100000 | 1100000 | 100101 | 0 | 101000 | 100101 | 1110011 | 11001 | 110010 |
Color Harmonies of #65A060
Complementary color
Monochromatic Colors of #65A060
Black with #65A060
Text Example
Text Example
White with #65A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A060; }
p { color: rgb(101,160,96); }
H1.HeaderClassName
{
color: #65A060;
}
.AnyTagClassName
{
color: #65A060;
}
</style>
background-color css
<style>
a { background-color: #65A060; }
a { background-color: rgb(101,160,96); }
div.DivClassName
{
background-color: #65A060;
}
.BgClassName
{
background-color: #65A060;
}
</style>
border-color css
<style>
span { border-color: #65A060; }
span { border-color: rgb(101,160,96); }
td.TdClassName
{
border-color: #65A060;
}
.TagClassName
{
border-color: #65A060;
}
</style>