Shades of Hippie Green #619D55
Tints of Hippie Green #619D55
RGB
CMYK
RGB Variations
Color information
#619D55 (or 0x619D55) is known color: Hippie Green. HEX triplet: 61, 9D and 55. RGB value is (97,157,85). Sum of RGB (Red+Green+Blue) = 97+157+85=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #619D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D55 is #9E62AA. Grayscale: #838383. Windows color (decimal): -10379947 or 5610849. OLE color: 5610849.
HSL color Cylindrical-coordinate representation of color #619D55: hue angle of 110º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #619D55 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 85 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.38 |
| HSL | 110º | 0.3% | 0.47% | - |
| HSV(B) | 110º | 0.46% | 0.62% | - |
| XYZ | 18.63 | 27.31 | 12.88 | - |
| YUV | 130.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 85 | 0.38 | 0 | 0.46 | 0.38 | 110 | 0.3 | 0.47 |
| Hex | 61 | 9D | 55 | 26 | 0 | 2E | 26 | 6E | 1E | 2F |
| Octal | 141 | 235 | 125 | 46 | 0 | 56 | 46 | 156 | 36 | 57 |
| Binary | 1100001 | 10011101 | 1010101 | 100110 | 0 | 101110 | 100110 | 1101110 | 11110 | 101111 |
Color Harmonies of #619D55
Complementary color
Monochromatic Colors of #619D55
Black with #619D55
Text Example
Text Example
White with #619D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D55; }
p { color: rgb(97,157,85); }
H1.HeaderClassName
{
color: #619D55;
}
.AnyTagClassName
{
color: #619D55;
}
</style>
background-color css
<style>
a { background-color: #619D55; }
a { background-color: rgb(97,157,85); }
div.DivClassName
{
background-color: #619D55;
}
.BgClassName
{
background-color: #619D55;
}
</style>
border-color css
<style>
span { border-color: #619D55; }
span { border-color: rgb(97,157,85); }
td.TdClassName
{
border-color: #619D55;
}
.TagClassName
{
border-color: #619D55;
}
</style>