Shades of Hippie Green #619455
Tints of Hippie Green #619455
RGB
CMYK
RGB Variations
Color information
#619455 (or 0x619455) is known color: Hippie Green. HEX triplet: 61, 94 and 55. RGB value is (97,148,85). Sum of RGB (Red+Green+Blue) = 97+148+85=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #619455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619455 is #9E6BAA. Grayscale: #7D7D7D. Windows color (decimal): -10382251 or 5608545. OLE color: 5608545.
HSL color Cylindrical-coordinate representation of color #619455: hue angle of 108.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #619455 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 148 | 85 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.42 |
| HSL | 108.57º | 0.27% | 0.46% | - |
| HSV(B) | 108.57º | 0.43% | 0.58% | - |
| XYZ | 17.16 | 24.38 | 12.4 | - |
| YUV | 125.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 85 | 0.34 | 0 | 0.43 | 0.42 | 108.57 | 0.27 | 0.46 |
| Hex | 61 | 94 | 55 | 22 | 0 | 2B | 2A | 6D | 1B | 2E |
| Octal | 141 | 224 | 125 | 42 | 0 | 53 | 52 | 155 | 33 | 56 |
| Binary | 1100001 | 10010100 | 1010101 | 100010 | 0 | 101011 | 101010 | 1101101 | 11011 | 101110 |
Color Harmonies of #619455
Complementary color
Monochromatic Colors of #619455
Black with #619455
Text Example
Text Example
White with #619455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619455; }
p { color: rgb(97,148,85); }
H1.HeaderClassName
{
color: #619455;
}
.AnyTagClassName
{
color: #619455;
}
</style>
background-color css
<style>
a { background-color: #619455; }
a { background-color: rgb(97,148,85); }
div.DivClassName
{
background-color: #619455;
}
.BgClassName
{
background-color: #619455;
}
</style>
border-color css
<style>
span { border-color: #619455; }
span { border-color: rgb(97,148,85); }
td.TdClassName
{
border-color: #619455;
}
.TagClassName
{
border-color: #619455;
}
</style>