Shades of Hippie Green #619463
Tints of Hippie Green #619463
RGB
CMYK
RGB Variations
Color information
#619463 (or 0x619463) is known color: Hippie Green. HEX triplet: 61, 94 and 63. RGB value is (97,148,99). Sum of RGB (Red+Green+Blue) = 97+148+99=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #619463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619463 is #9E6B9C. Grayscale: #7F7F7F. Windows color (decimal): -10382237 or 6526049. OLE color: 6526049.
HSL color Cylindrical-coordinate representation of color #619463: hue angle of 122.35º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619463 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 148 | 99 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.42 |
| HSL | 122.35º | 0.21% | 0.48% | - |
| HSV(B) | 122.35º | 0.34% | 0.58% | - |
| XYZ | 17.77 | 24.62 | 15.62 | - |
| YUV | 127.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 148 | 99 | 0.34 | 0 | 0.33 | 0.42 | 122.35 | 0.21 | 0.48 |
| Hex | 61 | 94 | 63 | 22 | 0 | 21 | 2A | 7A | 15 | 30 |
| Octal | 141 | 224 | 143 | 42 | 0 | 41 | 52 | 172 | 25 | 60 |
| Binary | 1100001 | 10010100 | 1100011 | 100010 | 0 | 100001 | 101010 | 1111010 | 10101 | 110000 |
Color Harmonies of #619463
Complementary color
Monochromatic Colors of #619463
Black with #619463
Text Example
Text Example
White with #619463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619463; }
p { color: rgb(97,148,99); }
H1.HeaderClassName
{
color: #619463;
}
.AnyTagClassName
{
color: #619463;
}
</style>
background-color css
<style>
a { background-color: #619463; }
a { background-color: rgb(97,148,99); }
div.DivClassName
{
background-color: #619463;
}
.BgClassName
{
background-color: #619463;
}
</style>
border-color css
<style>
span { border-color: #619463; }
span { border-color: rgb(97,148,99); }
td.TdClassName
{
border-color: #619463;
}
.TagClassName
{
border-color: #619463;
}
</style>