Shades of Hippie Green #619D62
Tints of Hippie Green #619D62
RGB
CMYK
RGB Variations
Color information
#619D62 (or 0x619D62) is known color: Hippie Green. HEX triplet: 61, 9D and 62. RGB value is (97,157,98). Sum of RGB (Red+Green+Blue) = 97+157+98=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #619D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D62 is #9E629D. Grayscale: #848484. Windows color (decimal): -10379934 or 6462817. OLE color: 6462817.
HSL color Cylindrical-coordinate representation of color #619D62: hue angle of 121º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619D62 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 157 | 98 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.38 |
| HSL | 121º | 0.24% | 0.5% | - |
| HSV(B) | 121º | 0.38% | 0.62% | - |
| XYZ | 19.19 | 27.54 | 15.86 | - |
| YUV | 132.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 157 | 98 | 0.38 | 0 | 0.38 | 0.38 | 121 | 0.24 | 0.5 |
| Hex | 61 | 9D | 62 | 26 | 0 | 26 | 26 | 79 | 18 | 32 |
| Octal | 141 | 235 | 142 | 46 | 0 | 46 | 46 | 171 | 30 | 62 |
| Binary | 1100001 | 10011101 | 1100010 | 100110 | 0 | 100110 | 100110 | 1111001 | 11000 | 110010 |
Color Harmonies of #619D62
Complementary color
Monochromatic Colors of #619D62
Black with #619D62
Text Example
Text Example
White with #619D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619D62; }
p { color: rgb(97,157,98); }
H1.HeaderClassName
{
color: #619D62;
}
.AnyTagClassName
{
color: #619D62;
}
</style>
background-color css
<style>
a { background-color: #619D62; }
a { background-color: rgb(97,157,98); }
div.DivClassName
{
background-color: #619D62;
}
.BgClassName
{
background-color: #619D62;
}
</style>
border-color css
<style>
span { border-color: #619D62; }
span { border-color: rgb(97,157,98); }
td.TdClassName
{
border-color: #619D62;
}
.TagClassName
{
border-color: #619D62;
}
</style>