Shades of Hippie Green #619A4B
Tints of Hippie Green #619A4B
RGB
CMYK
RGB Variations
Color information
#619A4B (or 0x619A4B) is known color: Hippie Green. HEX triplet: 61, 9A and 4B. RGB value is (97,154,75). Sum of RGB (Red+Green+Blue) = 97+154+75=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #619A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619A4B is #9E65B4. Grayscale: #808080. Windows color (decimal): -10380725 or 4954721. OLE color: 4954721.
HSL color Cylindrical-coordinate representation of color #619A4B: hue angle of 103.29º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619A4B is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 75 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.40 |
| HSL | 103.29º | 0.34% | 0.45% | - |
| HSV(B) | 103.29º | 0.51% | 0.6% | - |
| XYZ | 17.76 | 26.16 | 10.77 | - |
| YUV | 127.95 | 98.12 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 75 | 0.37 | 0 | 0.51 | 0.40 | 103.29 | 0.34 | 0.45 |
| Hex | 61 | 9A | 4B | 25 | 0 | 33 | 28 | 67 | 22 | 2D |
| Octal | 141 | 232 | 113 | 45 | 0 | 63 | 50 | 147 | 42 | 55 |
| Binary | 1100001 | 10011010 | 1001011 | 100101 | 0 | 110011 | 101000 | 1100111 | 100010 | 101101 |
Color Harmonies of #619A4B
Complementary color
Monochromatic Colors of #619A4B
Black with #619A4B
Text Example
Text Example
White with #619A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A4B; }
p { color: rgb(97,154,75); }
H1.HeaderClassName
{
color: #619A4B;
}
.AnyTagClassName
{
color: #619A4B;
}
</style>
background-color css
<style>
a { background-color: #619A4B; }
a { background-color: rgb(97,154,75); }
div.DivClassName
{
background-color: #619A4B;
}
.BgClassName
{
background-color: #619A4B;
}
</style>
border-color css
<style>
span { border-color: #619A4B; }
span { border-color: rgb(97,154,75); }
td.TdClassName
{
border-color: #619A4B;
}
.TagClassName
{
border-color: #619A4B;
}
</style>