Shades of Hippie Green #619E5F
Tints of Hippie Green #619E5F
RGB
CMYK
RGB Variations
Color information
#619E5F (or 0x619E5F) is known color: Hippie Green. HEX triplet: 61, 9E and 5F. RGB value is (97,158,95). Sum of RGB (Red+Green+Blue) = 97+158+95=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #619E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E5F is #9E61A0. Grayscale: #848484. Windows color (decimal): -10379681 or 6266465. OLE color: 6266465.
HSL color Cylindrical-coordinate representation of color #619E5F: hue angle of 118.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #619E5F is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 158 | 95 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.38 |
| HSL | 118.1º | 0.25% | 0.5% | - |
| HSV(B) | 118.1º | 0.4% | 0.62% | - |
| XYZ | 19.22 | 27.82 | 15.18 | - |
| YUV | 132.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 95 | 0.39 | 0 | 0.40 | 0.38 | 118.1 | 0.25 | 0.5 |
| Hex | 61 | 9E | 5F | 27 | 0 | 28 | 26 | 76 | 19 | 32 |
| Octal | 141 | 236 | 137 | 47 | 0 | 50 | 46 | 166 | 31 | 62 |
| Binary | 1100001 | 10011110 | 1011111 | 100111 | 0 | 101000 | 100110 | 1110110 | 11001 | 110010 |
Color Harmonies of #619E5F
Complementary color
Monochromatic Colors of #619E5F
Black with #619E5F
Text Example
Text Example
White with #619E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619E5F; }
p { color: rgb(97,158,95); }
H1.HeaderClassName
{
color: #619E5F;
}
.AnyTagClassName
{
color: #619E5F;
}
</style>
background-color css
<style>
a { background-color: #619E5F; }
a { background-color: rgb(97,158,95); }
div.DivClassName
{
background-color: #619E5F;
}
.BgClassName
{
background-color: #619E5F;
}
</style>
border-color css
<style>
span { border-color: #619E5F; }
span { border-color: rgb(97,158,95); }
td.TdClassName
{
border-color: #619E5F;
}
.TagClassName
{
border-color: #619E5F;
}
</style>