Shades of Hippie Green #619A4D
Tints of Hippie Green #619A4D
RGB
CMYK
RGB Variations
Color information
#619A4D (or 0x619A4D) is known color: Hippie Green. HEX triplet: 61, 9A and 4D. RGB value is (97,154,77). Sum of RGB (Red+Green+Blue) = 97+154+77=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #619A4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A4D is #9E65B2. Grayscale: #808080. Windows color (decimal): -10380723 or 5085793. OLE color: 5085793.
HSL color Cylindrical-coordinate representation of color #619A4D: hue angle of 104.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #619A4D is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 77 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.40 |
| HSL | 104.42º | 0.33% | 0.45% | - |
| HSV(B) | 104.42º | 0.5% | 0.6% | - |
| XYZ | 17.82 | 26.19 | 11.14 | - |
| YUV | 128.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 77 | 0.37 | 0 | 0.50 | 0.40 | 104.42 | 0.33 | 0.45 |
| Hex | 61 | 9A | 4D | 25 | 0 | 32 | 28 | 68 | 21 | 2D |
| Octal | 141 | 232 | 115 | 45 | 0 | 62 | 50 | 150 | 41 | 55 |
| Binary | 1100001 | 10011010 | 1001101 | 100101 | 0 | 110010 | 101000 | 1101000 | 100001 | 101101 |
Color Harmonies of #619A4D
Complementary color
Monochromatic Colors of #619A4D
Black with #619A4D
Text Example
Text Example
White with #619A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A4D; }
p { color: rgb(97,154,77); }
H1.HeaderClassName
{
color: #619A4D;
}
.AnyTagClassName
{
color: #619A4D;
}
</style>
background-color css
<style>
a { background-color: #619A4D; }
a { background-color: rgb(97,154,77); }
div.DivClassName
{
background-color: #619A4D;
}
.BgClassName
{
background-color: #619A4D;
}
</style>
border-color css
<style>
span { border-color: #619A4D; }
span { border-color: rgb(97,154,77); }
td.TdClassName
{
border-color: #619A4D;
}
.TagClassName
{
border-color: #619A4D;
}
</style>