Shades of Fruit Salad #599B61
Tints of Fruit Salad #599B61
RGB
CMYK
RGB Variations
Color information
#599B61 (or 0x599B61) is known color: Fruit Salad. HEX triplet: 59, 9B and 61. RGB value is (89,155,97). Sum of RGB (Red+Green+Blue) = 89+155+97=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #599B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599B61 is #A6649E. Grayscale: #808080. Windows color (decimal): -10904735 or 6396761. OLE color: 6396761.
HSL color Cylindrical-coordinate representation of color #599B61: hue angle of 127.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 #599B61 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 155 | 97 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.39 |
| HSL | 127.27º | 0.27% | 0.48% | - |
| HSV(B) | 127.27º | 0.43% | 0.61% | - |
| XYZ | 18 | 26.43 | 15.46 | - |
| YUV | 128.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 97 | 0.43 | 0 | 0.37 | 0.39 | 127.27 | 0.27 | 0.48 |
| Hex | 59 | 9B | 61 | 2B | 0 | 25 | 27 | 7F | 1B | 30 |
| Octal | 131 | 233 | 141 | 53 | 0 | 45 | 47 | 177 | 33 | 60 |
| Binary | 1011001 | 10011011 | 1100001 | 101011 | 0 | 100101 | 100111 | 1111111 | 11011 | 110000 |
Color Harmonies of #599B61
Complementary color
Monochromatic Colors of #599B61
Black with #599B61
Text Example
Text Example
White with #599B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599B61; }
p { color: rgb(89,155,97); }
H1.HeaderClassName
{
color: #599B61;
}
.AnyTagClassName
{
color: #599B61;
}
</style>
background-color css
<style>
a { background-color: #599B61; }
a { background-color: rgb(89,155,97); }
div.DivClassName
{
background-color: #599B61;
}
.BgClassName
{
background-color: #599B61;
}
</style>
border-color css
<style>
span { border-color: #599B61; }
span { border-color: rgb(89,155,97); }
td.TdClassName
{
border-color: #599B61;
}
.TagClassName
{
border-color: #599B61;
}
</style>