Shades of Hippie Green #618C5D
Tints of Hippie Green #618C5D
RGB
CMYK
RGB Variations
Color information
#618C5D (or 0x618C5D) is known color: Hippie Green. HEX triplet: 61, 8C and 5D. RGB value is (97,140,93). Sum of RGB (Red+Green+Blue) = 97+140+93=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #618C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618C5D is #9E73A2. Grayscale: #797979. Windows color (decimal): -10384291 or 6130785. OLE color: 6130785.
HSL color Cylindrical-coordinate representation of color #618C5D: hue angle of 114.89º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #618C5D is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 140 | 93 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.45 |
| HSL | 114.89º | 0.2% | 0.46% | - |
| HSV(B) | 114.89º | 0.34% | 0.55% | - |
| XYZ | 16.28 | 22.09 | 13.76 | - |
| YUV | 121.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 93 | 0.31 | 0 | 0.34 | 0.45 | 114.89 | 0.2 | 0.46 |
| Hex | 61 | 8C | 5D | 1F | 0 | 22 | 2D | 73 | 14 | 2E |
| Octal | 141 | 214 | 135 | 37 | 0 | 42 | 55 | 163 | 24 | 56 |
| Binary | 1100001 | 10001100 | 1011101 | 11111 | 0 | 100010 | 101101 | 1110011 | 10100 | 101110 |
Color Harmonies of #618C5D
Complementary color
Monochromatic Colors of #618C5D
Black with #618C5D
Text Example
Text Example
White with #618C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618C5D; }
p { color: rgb(97,140,93); }
H1.HeaderClassName
{
color: #618C5D;
}
.AnyTagClassName
{
color: #618C5D;
}
</style>
background-color css
<style>
a { background-color: #618C5D; }
a { background-color: rgb(97,140,93); }
div.DivClassName
{
background-color: #618C5D;
}
.BgClassName
{
background-color: #618C5D;
}
</style>
border-color css
<style>
span { border-color: #618C5D; }
span { border-color: rgb(97,140,93); }
td.TdClassName
{
border-color: #618C5D;
}
.TagClassName
{
border-color: #618C5D;
}
</style>