Shades of Hippie Green #619460
Tints of Hippie Green #619460
RGB
CMYK
RGB Variations
Color information
#619460 (or 0x619460) is known color: Hippie Green. HEX triplet: 61, 94 and 60. RGB value is (97,148,96). Sum of RGB (Red+Green+Blue) = 97+148+96=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #619460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619460 is #9E6B9F. Grayscale: #7E7E7E. Windows color (decimal): -10382240 or 6329441. OLE color: 6329441.
HSL color Cylindrical-coordinate representation of color #619460: hue angle of 118.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619460 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 148 | 96 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.42 |
| HSL | 118.85º | 0.21% | 0.48% | - |
| HSV(B) | 118.85º | 0.35% | 0.58% | - |
| XYZ | 17.63 | 24.57 | 14.88 | - |
| YUV | 126.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 96 | 0.34 | 0 | 0.35 | 0.42 | 118.85 | 0.21 | 0.48 |
| Hex | 61 | 94 | 60 | 22 | 0 | 23 | 2A | 77 | 15 | 30 |
| Octal | 141 | 224 | 140 | 42 | 0 | 43 | 52 | 167 | 25 | 60 |
| Binary | 1100001 | 10010100 | 1100000 | 100010 | 0 | 100011 | 101010 | 1110111 | 10101 | 110000 |
Color Harmonies of #619460
Complementary color
Monochromatic Colors of #619460
Black with #619460
Text Example
Text Example
White with #619460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619460; }
p { color: rgb(97,148,96); }
H1.HeaderClassName
{
color: #619460;
}
.AnyTagClassName
{
color: #619460;
}
</style>
background-color css
<style>
a { background-color: #619460; }
a { background-color: rgb(97,148,96); }
div.DivClassName
{
background-color: #619460;
}
.BgClassName
{
background-color: #619460;
}
</style>
border-color css
<style>
span { border-color: #619460; }
span { border-color: rgb(97,148,96); }
td.TdClassName
{
border-color: #619460;
}
.TagClassName
{
border-color: #619460;
}
</style>