Shades of Hippie Green #619258
Tints of Hippie Green #619258
RGB
CMYK
RGB Variations
Color information
#619258 (or 0x619258) is known color: Hippie Green. HEX triplet: 61, 92 and 58. RGB value is (97,146,88). Sum of RGB (Red+Green+Blue) = 97+146+88=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #619258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619258 is #9E6DA7. Grayscale: #7C7C7C. Windows color (decimal): -10382760 or 5804641. OLE color: 5804641.
HSL color Cylindrical-coordinate representation of color #619258: hue angle of 110.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #619258 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 146 | 88 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.43 |
| HSL | 110.69º | 0.25% | 0.46% | - |
| HSV(B) | 110.69º | 0.4% | 0.57% | - |
| XYZ | 16.97 | 23.8 | 12.93 | - |
| YUV | 124.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 88 | 0.34 | 0 | 0.40 | 0.43 | 110.69 | 0.25 | 0.46 |
| Hex | 61 | 92 | 58 | 22 | 0 | 28 | 2B | 6F | 19 | 2E |
| Octal | 141 | 222 | 130 | 42 | 0 | 50 | 53 | 157 | 31 | 56 |
| Binary | 1100001 | 10010010 | 1011000 | 100010 | 0 | 101000 | 101011 | 1101111 | 11001 | 101110 |
Color Harmonies of #619258
Complementary color
Monochromatic Colors of #619258
Black with #619258
Text Example
Text Example
White with #619258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619258; }
p { color: rgb(97,146,88); }
H1.HeaderClassName
{
color: #619258;
}
.AnyTagClassName
{
color: #619258;
}
</style>
background-color css
<style>
a { background-color: #619258; }
a { background-color: rgb(97,146,88); }
div.DivClassName
{
background-color: #619258;
}
.BgClassName
{
background-color: #619258;
}
</style>
border-color css
<style>
span { border-color: #619258; }
span { border-color: rgb(97,146,88); }
td.TdClassName
{
border-color: #619258;
}
.TagClassName
{
border-color: #619258;
}
</style>