Shades of Hippie Green #61A357
Tints of Hippie Green #61A357
RGB
CMYK
RGB Variations
Color information
#61A357 (or 0x61A357) is known color: Hippie Green. HEX triplet: 61, A3 and 57. RGB value is (97,163,87). Sum of RGB (Red+Green+Blue) = 97+163+87=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #61A357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A357 is #9E5CA8. Grayscale: #868686. Windows color (decimal): -10378409 or 5743457. OLE color: 5743457.
HSL color Cylindrical-coordinate representation of color #61A357: hue angle of 112.11º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61A357 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 87 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.36 |
| HSL | 112.11º | 0.3% | 0.49% | - |
| HSV(B) | 112.11º | 0.47% | 0.64% | - |
| XYZ | 19.75 | 29.42 | 13.66 | - |
| YUV | 134.6 | 101.13 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 87 | 0.40 | 0 | 0.47 | 0.36 | 112.11 | 0.3 | 0.49 |
| Hex | 61 | A3 | 57 | 28 | 0 | 2F | 24 | 70 | 1E | 31 |
| Octal | 141 | 243 | 127 | 50 | 0 | 57 | 44 | 160 | 36 | 61 |
| Binary | 1100001 | 10100011 | 1010111 | 101000 | 0 | 101111 | 100100 | 1110000 | 11110 | 110001 |
Color Harmonies of #61A357
Complementary color
Monochromatic Colors of #61A357
Black with #61A357
Text Example
Text Example
White with #61A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A357; }
p { color: rgb(97,163,87); }
H1.HeaderClassName
{
color: #61A357;
}
.AnyTagClassName
{
color: #61A357;
}
</style>
background-color css
<style>
a { background-color: #61A357; }
a { background-color: rgb(97,163,87); }
div.DivClassName
{
background-color: #61A357;
}
.BgClassName
{
background-color: #61A357;
}
</style>
border-color css
<style>
span { border-color: #61A357; }
span { border-color: rgb(97,163,87); }
td.TdClassName
{
border-color: #61A357;
}
.TagClassName
{
border-color: #61A357;
}
</style>