Shades of Fruit Salad #599760
Tints of Fruit Salad #599760
RGB
CMYK
RGB Variations
Color information
#599760 (or 0x599760) is known color: Fruit Salad. HEX triplet: 59, 97 and 60. RGB value is (89,151,96). Sum of RGB (Red+Green+Blue) = 89+151+96=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #599760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599760 is #A6689F. Grayscale: #7E7E7E. Windows color (decimal): -10905760 or 6330201. OLE color: 6330201.
HSL color Cylindrical-coordinate representation of color #599760: hue angle of 126.77º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599760 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 96 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.41 |
| HSL | 126.77º | 0.26% | 0.47% | - |
| HSV(B) | 126.77º | 0.41% | 0.59% | - |
| XYZ | 17.3 | 25.1 | 15 | - |
| YUV | 126.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 96 | 0.41 | 0 | 0.36 | 0.41 | 126.77 | 0.26 | 0.47 |
| Hex | 59 | 97 | 60 | 29 | 0 | 24 | 29 | 7F | 1A | 2F |
| Octal | 131 | 227 | 140 | 51 | 0 | 44 | 51 | 177 | 32 | 57 |
| Binary | 1011001 | 10010111 | 1100000 | 101001 | 0 | 100100 | 101001 | 1111111 | 11010 | 101111 |
Color Harmonies of #599760
Complementary color
Monochromatic Colors of #599760
Black with #599760
Text Example
Text Example
White with #599760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599760; }
p { color: rgb(89,151,96); }
H1.HeaderClassName
{
color: #599760;
}
.AnyTagClassName
{
color: #599760;
}
</style>
background-color css
<style>
a { background-color: #599760; }
a { background-color: rgb(89,151,96); }
div.DivClassName
{
background-color: #599760;
}
.BgClassName
{
background-color: #599760;
}
</style>
border-color css
<style>
span { border-color: #599760; }
span { border-color: rgb(89,151,96); }
td.TdClassName
{
border-color: #599760;
}
.TagClassName
{
border-color: #599760;
}
</style>