Shades of Hippie Green #618D60
Tints of Hippie Green #618D60
RGB
CMYK
RGB Variations
Color information
#618D60 (or 0x618D60) is known color: Hippie Green. HEX triplet: 61, 8D and 60. RGB value is (97,141,96). Sum of RGB (Red+Green+Blue) = 97+141+96=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #618D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D60 is #9E729F. Grayscale: #7A7A7A. Windows color (decimal): -10384032 or 6327649. OLE color: 6327649.
HSL color Cylindrical-coordinate representation of color #618D60: hue angle of 118.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618D60 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 141 | 96 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.45 |
| HSL | 118.67º | 0.19% | 0.46% | - |
| HSV(B) | 118.67º | 0.32% | 0.55% | - |
| XYZ | 16.57 | 22.44 | 14.52 | - |
| YUV | 122.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 96 | 0.31 | 0 | 0.32 | 0.45 | 118.67 | 0.19 | 0.46 |
| Hex | 61 | 8D | 60 | 1F | 0 | 20 | 2D | 77 | 13 | 2E |
| Octal | 141 | 215 | 140 | 37 | 0 | 40 | 55 | 167 | 23 | 56 |
| Binary | 1100001 | 10001101 | 1100000 | 11111 | 0 | 100000 | 101101 | 1110111 | 10011 | 101110 |
Color Harmonies of #618D60
Complementary color
Monochromatic Colors of #618D60
Black with #618D60
Text Example
Text Example
White with #618D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618D60; }
p { color: rgb(97,141,96); }
H1.HeaderClassName
{
color: #618D60;
}
.AnyTagClassName
{
color: #618D60;
}
</style>
background-color css
<style>
a { background-color: #618D60; }
a { background-color: rgb(97,141,96); }
div.DivClassName
{
background-color: #618D60;
}
.BgClassName
{
background-color: #618D60;
}
</style>
border-color css
<style>
span { border-color: #618D60; }
span { border-color: rgb(97,141,96); }
td.TdClassName
{
border-color: #618D60;
}
.TagClassName
{
border-color: #618D60;
}
</style>