Shades of Hippie Green #61A062
Tints of Hippie Green #61A062
RGB
CMYK
RGB Variations
Color information
#61A062 (or 0x61A062) is known color: Hippie Green. HEX triplet: 61, A0 and 62. RGB value is (97,160,98). Sum of RGB (Red+Green+Blue) = 97+160+98=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #61A062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A062 is #9E5F9D. Grayscale: #868686. Windows color (decimal): -10379166 or 6463585. OLE color: 6463585.
HSL color Cylindrical-coordinate representation of color #61A062: hue angle of 120.95º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61A062 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 160 | 98 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.37 |
| HSL | 120.95º | 0.25% | 0.5% | - |
| HSV(B) | 120.95º | 0.39% | 0.63% | - |
| XYZ | 19.71 | 28.56 | 16.03 | - |
| YUV | 134.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 160 | 98 | 0.39 | 0 | 0.39 | 0.37 | 120.95 | 0.25 | 0.5 |
| Hex | 61 | A0 | 62 | 27 | 0 | 27 | 25 | 79 | 19 | 32 |
| Octal | 141 | 240 | 142 | 47 | 0 | 47 | 45 | 171 | 31 | 62 |
| Binary | 1100001 | 10100000 | 1100010 | 100111 | 0 | 100111 | 100101 | 1111001 | 11001 | 110010 |
Color Harmonies of #61A062
Complementary color
Monochromatic Colors of #61A062
Black with #61A062
Text Example
Text Example
White with #61A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A062; }
p { color: rgb(97,160,98); }
H1.HeaderClassName
{
color: #61A062;
}
.AnyTagClassName
{
color: #61A062;
}
</style>
background-color css
<style>
a { background-color: #61A062; }
a { background-color: rgb(97,160,98); }
div.DivClassName
{
background-color: #61A062;
}
.BgClassName
{
background-color: #61A062;
}
</style>
border-color css
<style>
span { border-color: #61A062; }
span { border-color: rgb(97,160,98); }
td.TdClassName
{
border-color: #61A062;
}
.TagClassName
{
border-color: #61A062;
}
</style>