Shades of Fruit Salad #599F60
Tints of Fruit Salad #599F60
RGB
CMYK
RGB Variations
Color information
#599F60 (or 0x599F60) is known color: Fruit Salad. HEX triplet: 59, 9F and 60. RGB value is (89,159,96). Sum of RGB (Red+Green+Blue) = 89+159+96=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #599F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F60 is #A6609F. Grayscale: #838383. Windows color (decimal): -10903712 or 6332249. OLE color: 6332249.
HSL color Cylindrical-coordinate representation of color #599F60: hue angle of 126º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F60 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 96 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.38 |
| HSL | 126º | 0.28% | 0.49% | - |
| HSV(B) | 126º | 0.44% | 0.62% | - |
| XYZ | 18.63 | 27.76 | 15.44 | - |
| YUV | 130.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 96 | 0.44 | 0 | 0.40 | 0.38 | 126 | 0.28 | 0.49 |
| Hex | 59 | 9F | 60 | 2C | 0 | 28 | 26 | 7E | 1C | 31 |
| Octal | 131 | 237 | 140 | 54 | 0 | 50 | 46 | 176 | 34 | 61 |
| Binary | 1011001 | 10011111 | 1100000 | 101100 | 0 | 101000 | 100110 | 1111110 | 11100 | 110001 |
Color Harmonies of #599F60
Complementary color
Monochromatic Colors of #599F60
Black with #599F60
Text Example
Text Example
White with #599F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F60; }
p { color: rgb(89,159,96); }
H1.HeaderClassName
{
color: #599F60;
}
.AnyTagClassName
{
color: #599F60;
}
</style>
background-color css
<style>
a { background-color: #599F60; }
a { background-color: rgb(89,159,96); }
div.DivClassName
{
background-color: #599F60;
}
.BgClassName
{
background-color: #599F60;
}
</style>
border-color css
<style>
span { border-color: #599F60; }
span { border-color: rgb(89,159,96); }
td.TdClassName
{
border-color: #599F60;
}
.TagClassName
{
border-color: #599F60;
}
</style>