Shades of Hippie Green #61A358
Tints of Hippie Green #61A358
RGB
CMYK
RGB Variations
Color information
#61A358 (or 0x61A358) is known color: Hippie Green. HEX triplet: 61, A3 and 58. RGB value is (97,163,88). Sum of RGB (Red+Green+Blue) = 97+163+88=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #61A358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A358 is #9E5CA7. Grayscale: #868686. Windows color (decimal): -10378408 or 5808993. OLE color: 5808993.
HSL color Cylindrical-coordinate representation of color #61A358: hue angle of 112.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61A358 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 88 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.36 |
| HSL | 112.8º | 0.3% | 0.49% | - |
| HSV(B) | 112.8º | 0.46% | 0.64% | - |
| XYZ | 19.79 | 29.44 | 13.87 | - |
| YUV | 134.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 88 | 0.40 | 0 | 0.46 | 0.36 | 112.8 | 0.3 | 0.49 |
| Hex | 61 | A3 | 58 | 28 | 0 | 2E | 24 | 71 | 1E | 31 |
| Octal | 141 | 243 | 130 | 50 | 0 | 56 | 44 | 161 | 36 | 61 |
| Binary | 1100001 | 10100011 | 1011000 | 101000 | 0 | 101110 | 100100 | 1110001 | 11110 | 110001 |
Color Harmonies of #61A358
Complementary color
Monochromatic Colors of #61A358
Black with #61A358
Text Example
Text Example
White with #61A358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A358; }
p { color: rgb(97,163,88); }
H1.HeaderClassName
{
color: #61A358;
}
.AnyTagClassName
{
color: #61A358;
}
</style>
background-color css
<style>
a { background-color: #61A358; }
a { background-color: rgb(97,163,88); }
div.DivClassName
{
background-color: #61A358;
}
.BgClassName
{
background-color: #61A358;
}
</style>
border-color css
<style>
span { border-color: #61A358; }
span { border-color: rgb(97,163,88); }
td.TdClassName
{
border-color: #61A358;
}
.TagClassName
{
border-color: #61A358;
}
</style>