Shades of Fruit Salad #599C60
Tints of Fruit Salad #599C60
RGB
CMYK
RGB Variations
Color information
#599C60 (or 0x599C60) is known color: Fruit Salad. HEX triplet: 59, 9C and 60. RGB value is (89,156,96). Sum of RGB (Red+Green+Blue) = 89+156+96=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #599C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C60 is #A6639F. Grayscale: #818181. Windows color (decimal): -10904480 or 6331481. OLE color: 6331481.
HSL color Cylindrical-coordinate representation of color #599C60: hue angle of 126.27º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C60 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 96 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.39 |
| HSL | 126.27º | 0.27% | 0.48% | - |
| HSV(B) | 126.27º | 0.43% | 0.61% | - |
| XYZ | 18.12 | 26.75 | 15.27 | - |
| YUV | 129.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 96 | 0.43 | 0 | 0.38 | 0.39 | 126.27 | 0.27 | 0.48 |
| Hex | 59 | 9C | 60 | 2B | 0 | 26 | 27 | 7E | 1B | 30 |
| Octal | 131 | 234 | 140 | 53 | 0 | 46 | 47 | 176 | 33 | 60 |
| Binary | 1011001 | 10011100 | 1100000 | 101011 | 0 | 100110 | 100111 | 1111110 | 11011 | 110000 |
Color Harmonies of #599C60
Complementary color
Monochromatic Colors of #599C60
Black with #599C60
Text Example
Text Example
White with #599C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C60; }
p { color: rgb(89,156,96); }
H1.HeaderClassName
{
color: #599C60;
}
.AnyTagClassName
{
color: #599C60;
}
</style>
background-color css
<style>
a { background-color: #599C60; }
a { background-color: rgb(89,156,96); }
div.DivClassName
{
background-color: #599C60;
}
.BgClassName
{
background-color: #599C60;
}
</style>
border-color css
<style>
span { border-color: #599C60; }
span { border-color: rgb(89,156,96); }
td.TdClassName
{
border-color: #599C60;
}
.TagClassName
{
border-color: #599C60;
}
</style>