Shades of Hippie Green #619058
Tints of Hippie Green #619058
RGB
CMYK
RGB Variations
Color information
#619058 (or 0x619058) is known color: Hippie Green. HEX triplet: 61, 90 and 58. RGB value is (97,144,88). Sum of RGB (Red+Green+Blue) = 97+144+88=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #619058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619058 is #9E6FA7. Grayscale: #7B7B7B. Windows color (decimal): -10383272 or 5804129. OLE color: 5804129.
HSL color Cylindrical-coordinate representation of color #619058: hue angle of 110.36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619058 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 144 | 88 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.44 |
| HSL | 110.36º | 0.24% | 0.45% | - |
| HSV(B) | 110.36º | 0.39% | 0.56% | - |
| XYZ | 16.66 | 23.19 | 12.83 | - |
| YUV | 123.56 | 107.93 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 88 | 0.33 | 0 | 0.39 | 0.44 | 110.36 | 0.24 | 0.45 |
| Hex | 61 | 90 | 58 | 21 | 0 | 27 | 2C | 6E | 18 | 2D |
| Octal | 141 | 220 | 130 | 41 | 0 | 47 | 54 | 156 | 30 | 55 |
| Binary | 1100001 | 10010000 | 1011000 | 100001 | 0 | 100111 | 101100 | 1101110 | 11000 | 101101 |
Color Harmonies of #619058
Complementary color
Monochromatic Colors of #619058
Black with #619058
Text Example
Text Example
White with #619058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619058; }
p { color: rgb(97,144,88); }
H1.HeaderClassName
{
color: #619058;
}
.AnyTagClassName
{
color: #619058;
}
</style>
background-color css
<style>
a { background-color: #619058; }
a { background-color: rgb(97,144,88); }
div.DivClassName
{
background-color: #619058;
}
.BgClassName
{
background-color: #619058;
}
</style>
border-color css
<style>
span { border-color: #619058; }
span { border-color: rgb(97,144,88); }
td.TdClassName
{
border-color: #619058;
}
.TagClassName
{
border-color: #619058;
}
</style>