Shades of Hippie Green #618D63
Tints of Hippie Green #618D63
RGB
CMYK
RGB Variations
Color information
#618D63 (or 0x618D63) is known color: Hippie Green. HEX triplet: 61, 8D and 63. RGB value is (97,141,99). Sum of RGB (Red+Green+Blue) = 97+141+99=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #618D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D63 is #9E729C. Grayscale: #7B7B7B. Windows color (decimal): -10384029 or 6524257. OLE color: 6524257.
HSL color Cylindrical-coordinate representation of color #618D63: hue angle of 122.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D63 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 141 | 99 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.45 |
| HSL | 122.73º | 0.18% | 0.47% | - |
| HSV(B) | 122.73º | 0.31% | 0.55% | - |
| XYZ | 16.71 | 22.49 | 15.27 | - |
| YUV | 123.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 99 | 0.31 | 0 | 0.30 | 0.45 | 122.73 | 0.18 | 0.47 |
| Hex | 61 | 8D | 63 | 1F | 0 | 1E | 2D | 7B | 12 | 2F |
| Octal | 141 | 215 | 143 | 37 | 0 | 36 | 55 | 173 | 22 | 57 |
| Binary | 1100001 | 10001101 | 1100011 | 11111 | 0 | 11110 | 101101 | 1111011 | 10010 | 101111 |
Color Harmonies of #618D63
Complementary color
Monochromatic Colors of #618D63
Black with #618D63
Text Example
Text Example
White with #618D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618D63; }
p { color: rgb(97,141,99); }
H1.HeaderClassName
{
color: #618D63;
}
.AnyTagClassName
{
color: #618D63;
}
</style>
background-color css
<style>
a { background-color: #618D63; }
a { background-color: rgb(97,141,99); }
div.DivClassName
{
background-color: #618D63;
}
.BgClassName
{
background-color: #618D63;
}
</style>
border-color css
<style>
span { border-color: #618D63; }
span { border-color: rgb(97,141,99); }
td.TdClassName
{
border-color: #618D63;
}
.TagClassName
{
border-color: #618D63;
}
</style>