Shades of Hippie Green #599460
Tints of Hippie Green #599460
RGB
CMYK
RGB Variations
Color information
#599460 (or 0x599460) is known color: Hippie Green. HEX triplet: 59, 94 and 60. RGB value is (89,148,96). Sum of RGB (Red+Green+Blue) = 89+148+96=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #599460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599460 is #A66B9F. Grayscale: #7C7C7C. Windows color (decimal): -10906528 or 6329433. OLE color: 6329433.
HSL color Cylindrical-coordinate representation of color #599460: hue angle of 127.12º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599460 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 96 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.42 |
| HSL | 127.12º | 0.25% | 0.46% | - |
| HSV(B) | 127.12º | 0.4% | 0.58% | - |
| XYZ | 16.82 | 24.15 | 14.84 | - |
| YUV | 124.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 96 | 0.40 | 0 | 0.35 | 0.42 | 127.12 | 0.25 | 0.46 |
| Hex | 59 | 94 | 60 | 28 | 0 | 23 | 2A | 7F | 19 | 2E |
| Octal | 131 | 224 | 140 | 50 | 0 | 43 | 52 | 177 | 31 | 56 |
| Binary | 1011001 | 10010100 | 1100000 | 101000 | 0 | 100011 | 101010 | 1111111 | 11001 | 101110 |
Color Harmonies of #599460
Complementary color
Monochromatic Colors of #599460
Black with #599460
Text Example
Text Example
White with #599460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599460; }
p { color: rgb(89,148,96); }
H1.HeaderClassName
{
color: #599460;
}
.AnyTagClassName
{
color: #599460;
}
</style>
background-color css
<style>
a { background-color: #599460; }
a { background-color: rgb(89,148,96); }
div.DivClassName
{
background-color: #599460;
}
.BgClassName
{
background-color: #599460;
}
</style>
border-color css
<style>
span { border-color: #599460; }
span { border-color: rgb(89,148,96); }
td.TdClassName
{
border-color: #599460;
}
.TagClassName
{
border-color: #599460;
}
</style>