Shades of Fruit Salad #599862
Tints of Fruit Salad #599862
RGB
CMYK
RGB Variations
Color information
#599862 (or 0x599862) is known color: Fruit Salad. HEX triplet: 59, 98 and 62. RGB value is (89,152,98). Sum of RGB (Red+Green+Blue) = 89+152+98=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #599862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599862 is #A6679D. Grayscale: #7F7F7F. Windows color (decimal): -10905502 or 6461529. OLE color: 6461529.
HSL color Cylindrical-coordinate representation of color #599862: hue angle of 128.57º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599862 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 98 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.40 |
| HSL | 128.57º | 0.26% | 0.47% | - |
| HSV(B) | 128.57º | 0.41% | 0.6% | - |
| XYZ | 17.55 | 25.46 | 15.54 | - |
| YUV | 127.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 98 | 0.41 | 0 | 0.36 | 0.40 | 128.57 | 0.26 | 0.47 |
| Hex | 59 | 98 | 62 | 29 | 0 | 24 | 28 | 81 | 1A | 2F |
| Octal | 131 | 230 | 142 | 51 | 0 | 44 | 50 | 201 | 32 | 57 |
| Binary | 1011001 | 10011000 | 1100010 | 101001 | 0 | 100100 | 101000 | 10000001 | 11010 | 101111 |
Color Harmonies of #599862
Complementary color
Monochromatic Colors of #599862
Black with #599862
Text Example
Text Example
White with #599862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599862; }
p { color: rgb(89,152,98); }
H1.HeaderClassName
{
color: #599862;
}
.AnyTagClassName
{
color: #599862;
}
</style>
background-color css
<style>
a { background-color: #599862; }
a { background-color: rgb(89,152,98); }
div.DivClassName
{
background-color: #599862;
}
.BgClassName
{
background-color: #599862;
}
</style>
border-color css
<style>
span { border-color: #599862; }
span { border-color: rgb(89,152,98); }
td.TdClassName
{
border-color: #599862;
}
.TagClassName
{
border-color: #599862;
}
</style>