Shades of Hippie Green #619255
Tints of Hippie Green #619255
RGB
CMYK
RGB Variations
Color information
#619255 (or 0x619255) is known color: Hippie Green. HEX triplet: 61, 92 and 55. RGB value is (97,146,85). Sum of RGB (Red+Green+Blue) = 97+146+85=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #619255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619255 is #9E6DAA. Grayscale: #7C7C7C. Windows color (decimal): -10382763 or 5608033. OLE color: 5608033.
HSL color Cylindrical-coordinate representation of color #619255: hue angle of 108.2º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #619255 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 146 | 85 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.43 |
| HSL | 108.2º | 0.26% | 0.45% | - |
| HSV(B) | 108.2º | 0.42% | 0.57% | - |
| XYZ | 16.85 | 23.76 | 12.29 | - |
| YUV | 124.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 85 | 0.34 | 0 | 0.42 | 0.43 | 108.2 | 0.26 | 0.45 |
| Hex | 61 | 92 | 55 | 22 | 0 | 2A | 2B | 6C | 1A | 2D |
| Octal | 141 | 222 | 125 | 42 | 0 | 52 | 53 | 154 | 32 | 55 |
| Binary | 1100001 | 10010010 | 1010101 | 100010 | 0 | 101010 | 101011 | 1101100 | 11010 | 101101 |
Color Harmonies of #619255
Complementary color
Monochromatic Colors of #619255
Black with #619255
Text Example
Text Example
White with #619255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619255; }
p { color: rgb(97,146,85); }
H1.HeaderClassName
{
color: #619255;
}
.AnyTagClassName
{
color: #619255;
}
</style>
background-color css
<style>
a { background-color: #619255; }
a { background-color: rgb(97,146,85); }
div.DivClassName
{
background-color: #619255;
}
.BgClassName
{
background-color: #619255;
}
</style>
border-color css
<style>
span { border-color: #619255; }
span { border-color: rgb(97,146,85); }
td.TdClassName
{
border-color: #619255;
}
.TagClassName
{
border-color: #619255;
}
</style>