Shades of Hippie Green #618F60
Tints of Hippie Green #618F60
RGB
CMYK
RGB Variations
Color information
#618F60 (or 0x618F60) is known color: Hippie Green. HEX triplet: 61, 8F and 60. RGB value is (97,143,96). Sum of RGB (Red+Green+Blue) = 97+143+96=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #618F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618F60 is #9E709F. Grayscale: #7C7C7C. Windows color (decimal): -10383520 or 6328161. OLE color: 6328161.
HSL color Cylindrical-coordinate representation of color #618F60: hue angle of 118.72º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #618F60 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 143 | 96 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.44 |
| HSL | 118.72º | 0.2% | 0.47% | - |
| HSV(B) | 118.72º | 0.33% | 0.56% | - |
| XYZ | 16.86 | 23.03 | 14.62 | - |
| YUV | 123.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 96 | 0.32 | 0 | 0.33 | 0.44 | 118.72 | 0.2 | 0.47 |
| Hex | 61 | 8F | 60 | 20 | 0 | 21 | 2C | 77 | 14 | 2F |
| Octal | 141 | 217 | 140 | 40 | 0 | 41 | 54 | 167 | 24 | 57 |
| Binary | 1100001 | 10001111 | 1100000 | 100000 | 0 | 100001 | 101100 | 1110111 | 10100 | 101111 |
Color Harmonies of #618F60
Complementary color
Monochromatic Colors of #618F60
Black with #618F60
Text Example
Text Example
White with #618F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618F60; }
p { color: rgb(97,143,96); }
H1.HeaderClassName
{
color: #618F60;
}
.AnyTagClassName
{
color: #618F60;
}
</style>
background-color css
<style>
a { background-color: #618F60; }
a { background-color: rgb(97,143,96); }
div.DivClassName
{
background-color: #618F60;
}
.BgClassName
{
background-color: #618F60;
}
</style>
border-color css
<style>
span { border-color: #618F60; }
span { border-color: rgb(97,143,96); }
td.TdClassName
{
border-color: #618F60;
}
.TagClassName
{
border-color: #618F60;
}
</style>