Shades of Hippie Green #619262
Tints of Hippie Green #619262
RGB
CMYK
RGB Variations
Color information
#619262 (or 0x619262) is known color: Hippie Green. HEX triplet: 61, 92 and 62. RGB value is (97,146,98). Sum of RGB (Red+Green+Blue) = 97+146+98=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #619262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619262 is #9E6D9D. Grayscale: #7E7E7E. Windows color (decimal): -10382750 or 6460001. OLE color: 6460001.
HSL color Cylindrical-coordinate representation of color #619262: hue angle of 121.22º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619262 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 146 | 98 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.43 |
| HSL | 121.22º | 0.2% | 0.48% | - |
| HSV(B) | 121.22º | 0.34% | 0.57% | - |
| XYZ | 17.41 | 23.98 | 15.27 | - |
| YUV | 125.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 98 | 0.34 | 0 | 0.33 | 0.43 | 121.22 | 0.2 | 0.48 |
| Hex | 61 | 92 | 62 | 22 | 0 | 21 | 2B | 79 | 14 | 30 |
| Octal | 141 | 222 | 142 | 42 | 0 | 41 | 53 | 171 | 24 | 60 |
| Binary | 1100001 | 10010010 | 1100010 | 100010 | 0 | 100001 | 101011 | 1111001 | 10100 | 110000 |
Color Harmonies of #619262
Complementary color
Monochromatic Colors of #619262
Black with #619262
Text Example
Text Example
White with #619262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619262; }
p { color: rgb(97,146,98); }
H1.HeaderClassName
{
color: #619262;
}
.AnyTagClassName
{
color: #619262;
}
</style>
background-color css
<style>
a { background-color: #619262; }
a { background-color: rgb(97,146,98); }
div.DivClassName
{
background-color: #619262;
}
.BgClassName
{
background-color: #619262;
}
</style>
border-color css
<style>
span { border-color: #619262; }
span { border-color: rgb(97,146,98); }
td.TdClassName
{
border-color: #619262;
}
.TagClassName
{
border-color: #619262;
}
</style>