Shades of Hippie Green #619A51
Tints of Hippie Green #619A51
RGB
CMYK
RGB Variations
Color information
#619A51 (or 0x619A51) is known color: Hippie Green. HEX triplet: 61, 9A and 51. RGB value is (97,154,81). Sum of RGB (Red+Green+Blue) = 97+154+81=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #619A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A51 is #9E65AE. Grayscale: #808080. Windows color (decimal): -10380719 or 5347937. OLE color: 5347937.
HSL color Cylindrical-coordinate representation of color #619A51: hue angle of 106.85º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #619A51 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 81 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.40 |
| HSL | 106.85º | 0.31% | 0.46% | - |
| HSV(B) | 106.85º | 0.47% | 0.6% | - |
| XYZ | 17.97 | 26.25 | 11.9 | - |
| YUV | 128.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 81 | 0.37 | 0 | 0.47 | 0.40 | 106.85 | 0.31 | 0.46 |
| Hex | 61 | 9A | 51 | 25 | 0 | 2F | 28 | 6B | 1F | 2E |
| Octal | 141 | 232 | 121 | 45 | 0 | 57 | 50 | 153 | 37 | 56 |
| Binary | 1100001 | 10011010 | 1010001 | 100101 | 0 | 101111 | 101000 | 1101011 | 11111 | 101110 |
Color Harmonies of #619A51
Complementary color
Monochromatic Colors of #619A51
Black with #619A51
Text Example
Text Example
White with #619A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A51; }
p { color: rgb(97,154,81); }
H1.HeaderClassName
{
color: #619A51;
}
.AnyTagClassName
{
color: #619A51;
}
</style>
background-color css
<style>
a { background-color: #619A51; }
a { background-color: rgb(97,154,81); }
div.DivClassName
{
background-color: #619A51;
}
.BgClassName
{
background-color: #619A51;
}
</style>
border-color css
<style>
span { border-color: #619A51; }
span { border-color: rgb(97,154,81); }
td.TdClassName
{
border-color: #619A51;
}
.TagClassName
{
border-color: #619A51;
}
</style>