Shades of Hippie Green #619A61
Tints of Hippie Green #619A61
RGB
CMYK
RGB Variations
Color information
#619A61 (or 0x619A61) is known color: Hippie Green. HEX triplet: 61, 9A and 61. RGB value is (97,154,97). Sum of RGB (Red+Green+Blue) = 97+154+97=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 154 - color contains mainly: green. Hex color #619A61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A61 is #9E659E. Grayscale: #828282. Windows color (decimal): -10380703 or 6396513. OLE color: 6396513.
HSL color Cylindrical-coordinate representation of color #619A61: hue angle of 120º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619A61 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 97 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.40 |
| HSL | 120º | 0.23% | 0.49% | - |
| HSV(B) | 120º | 0.37% | 0.6% | - |
| XYZ | 18.64 | 26.52 | 15.44 | - |
| YUV | 130.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 97 | 0.37 | 0 | 0.37 | 0.40 | 120 | 0.23 | 0.49 |
| Hex | 61 | 9A | 61 | 25 | 0 | 25 | 28 | 78 | 17 | 31 |
| Octal | 141 | 232 | 141 | 45 | 0 | 45 | 50 | 170 | 27 | 61 |
| Binary | 1100001 | 10011010 | 1100001 | 100101 | 0 | 100101 | 101000 | 1111000 | 10111 | 110001 |
Color Harmonies of #619A61
Complementary color
Monochromatic Colors of #619A61
Black with #619A61
Text Example
Text Example
White with #619A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A61; }
p { color: rgb(97,154,97); }
H1.HeaderClassName
{
color: #619A61;
}
.AnyTagClassName
{
color: #619A61;
}
</style>
background-color css
<style>
a { background-color: #619A61; }
a { background-color: rgb(97,154,97); }
div.DivClassName
{
background-color: #619A61;
}
.BgClassName
{
background-color: #619A61;
}
</style>
border-color css
<style>
span { border-color: #619A61; }
span { border-color: rgb(97,154,97); }
td.TdClassName
{
border-color: #619A61;
}
.TagClassName
{
border-color: #619A61;
}
</style>