Shades of Hippie Green #65A162
Tints of Hippie Green #65A162
RGB
CMYK
RGB Variations
Color information
#65A162 (or 0x65A162) is known color: Hippie Green. HEX triplet: 65, A1 and 62. RGB value is (101,161,98). Sum of RGB (Red+Green+Blue) = 101+161+98=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #65A162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A162 is #9A5E9D. Grayscale: #888888. Windows color (decimal): -10116766 or 6463845. OLE color: 6463845.
HSL color Cylindrical-coordinate representation of color #65A162: hue angle of 117.14º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A162 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 98 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.37 |
| HSL | 117.14º | 0.25% | 0.51% | - |
| HSV(B) | 117.14º | 0.39% | 0.63% | - |
| XYZ | 20.32 | 29.14 | 16.11 | - |
| YUV | 135.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 98 | 0.37 | 0 | 0.39 | 0.37 | 117.14 | 0.25 | 0.51 |
| Hex | 65 | A1 | 62 | 25 | 0 | 27 | 25 | 75 | 19 | 33 |
| Octal | 145 | 241 | 142 | 45 | 0 | 47 | 45 | 165 | 31 | 63 |
| Binary | 1100101 | 10100001 | 1100010 | 100101 | 0 | 100111 | 100101 | 1110101 | 11001 | 110011 |
Color Harmonies of #65A162
Complementary color
Monochromatic Colors of #65A162
Black with #65A162
Text Example
Text Example
White with #65A162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A162; }
p { color: rgb(101,161,98); }
H1.HeaderClassName
{
color: #65A162;
}
.AnyTagClassName
{
color: #65A162;
}
</style>
background-color css
<style>
a { background-color: #65A162; }
a { background-color: rgb(101,161,98); }
div.DivClassName
{
background-color: #65A162;
}
.BgClassName
{
background-color: #65A162;
}
</style>
border-color css
<style>
span { border-color: #65A162; }
span { border-color: rgb(101,161,98); }
td.TdClassName
{
border-color: #65A162;
}
.TagClassName
{
border-color: #65A162;
}
</style>