Shades of Hippie Green #59974C
Tints of Hippie Green #59974C
RGB
CMYK
RGB Variations
Color information
#59974C (or 0x59974C) is known color: Hippie Green. HEX triplet: 59, 97 and 4C. RGB value is (89,151,76). Sum of RGB (Red+Green+Blue) = 89+151+76=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #59974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59974C is #A668B3. Grayscale: #7C7C7C. Windows color (decimal): -10905780 or 5019481. OLE color: 5019481.
HSL color Cylindrical-coordinate representation of color #59974C: hue angle of 109.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59974C is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 76 | - |
| CMYK | 0.41 | 0 | 0.50 | 0.41 |
| HSL | 109.6º | 0.33% | 0.45% | - |
| HSV(B) | 109.6º | 0.5% | 0.59% | - |
| XYZ | 16.49 | 24.78 | 10.75 | - |
| YUV | 123.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 76 | 0.41 | 0 | 0.50 | 0.41 | 109.6 | 0.33 | 0.45 |
| Hex | 59 | 97 | 4C | 29 | 0 | 32 | 29 | 6E | 21 | 2D |
| Octal | 131 | 227 | 114 | 51 | 0 | 62 | 51 | 156 | 41 | 55 |
| Binary | 1011001 | 10010111 | 1001100 | 101001 | 0 | 110010 | 101001 | 1101110 | 100001 | 101101 |
Color Harmonies of #59974C
Complementary color
Monochromatic Colors of #59974C
Black with #59974C
Text Example
Text Example
White with #59974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59974C; }
p { color: rgb(89,151,76); }
H1.HeaderClassName
{
color: #59974C;
}
.AnyTagClassName
{
color: #59974C;
}
</style>
background-color css
<style>
a { background-color: #59974C; }
a { background-color: rgb(89,151,76); }
div.DivClassName
{
background-color: #59974C;
}
.BgClassName
{
background-color: #59974C;
}
</style>
border-color css
<style>
span { border-color: #59974C; }
span { border-color: rgb(89,151,76); }
td.TdClassName
{
border-color: #59974C;
}
.TagClassName
{
border-color: #59974C;
}
</style>