Shades of Hippie Green #618B63
Tints of Hippie Green #618B63
RGB
CMYK
RGB Variations
Color information
#618B63 (or 0x618B63) is known color: Hippie Green. HEX triplet: 61, 8B and 63. RGB value is (97,139,99). Sum of RGB (Red+Green+Blue) = 97+139+99=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #618B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B63 is #9E749C. Grayscale: #797979. Windows color (decimal): -10384541 or 6523745. OLE color: 6523745.
HSL color Cylindrical-coordinate representation of color #618B63: hue angle of 122.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B63 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 99 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.45 |
| HSL | 122.86º | 0.18% | 0.46% | - |
| HSV(B) | 122.86º | 0.3% | 0.55% | - |
| XYZ | 16.41 | 21.91 | 15.17 | - |
| YUV | 121.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 99 | 0.30 | 0 | 0.29 | 0.45 | 122.86 | 0.18 | 0.46 |
| Hex | 61 | 8B | 63 | 1E | 0 | 1D | 2D | 7B | 12 | 2E |
| Octal | 141 | 213 | 143 | 36 | 0 | 35 | 55 | 173 | 22 | 56 |
| Binary | 1100001 | 10001011 | 1100011 | 11110 | 0 | 11101 | 101101 | 1111011 | 10010 | 101110 |
Color Harmonies of #618B63
Complementary color
Monochromatic Colors of #618B63
Black with #618B63
Text Example
Text Example
White with #618B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B63; }
p { color: rgb(97,139,99); }
H1.HeaderClassName
{
color: #618B63;
}
.AnyTagClassName
{
color: #618B63;
}
</style>
background-color css
<style>
a { background-color: #618B63; }
a { background-color: rgb(97,139,99); }
div.DivClassName
{
background-color: #618B63;
}
.BgClassName
{
background-color: #618B63;
}
</style>
border-color css
<style>
span { border-color: #618B63; }
span { border-color: rgb(97,139,99); }
td.TdClassName
{
border-color: #618B63;
}
.TagClassName
{
border-color: #618B63;
}
</style>