Shades of Fruit Salad #599D64
Tints of Fruit Salad #599D64
RGB
CMYK
RGB Variations
Color information
#599D64 (or 0x599D64) is known color: Fruit Salad. HEX triplet: 59, 9D and 64. RGB value is (89,157,100). Sum of RGB (Red+Green+Blue) = 89+157+100=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #599D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D64 is #A6629B. Grayscale: #828282. Windows color (decimal): -10904220 or 6593881. OLE color: 6593881.
HSL color Cylindrical-coordinate representation of color #599D64: hue angle of 129.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D64 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 100 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.38 |
| HSL | 129.71º | 0.28% | 0.48% | - |
| HSV(B) | 129.71º | 0.43% | 0.62% | - |
| XYZ | 18.48 | 27.16 | 16.32 | - |
| YUV | 130.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 100 | 0.43 | 0 | 0.36 | 0.38 | 129.71 | 0.28 | 0.48 |
| Hex | 59 | 9D | 64 | 2B | 0 | 24 | 26 | 82 | 1C | 30 |
| Octal | 131 | 235 | 144 | 53 | 0 | 44 | 46 | 202 | 34 | 60 |
| Binary | 1011001 | 10011101 | 1100100 | 101011 | 0 | 100100 | 100110 | 10000010 | 11100 | 110000 |
Color Harmonies of #599D64
Complementary color
Monochromatic Colors of #599D64
Black with #599D64
Text Example
Text Example
White with #599D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D64; }
p { color: rgb(89,157,100); }
H1.HeaderClassName
{
color: #599D64;
}
.AnyTagClassName
{
color: #599D64;
}
</style>
background-color css
<style>
a { background-color: #599D64; }
a { background-color: rgb(89,157,100); }
div.DivClassName
{
background-color: #599D64;
}
.BgClassName
{
background-color: #599D64;
}
</style>
border-color css
<style>
span { border-color: #599D64; }
span { border-color: rgb(89,157,100); }
td.TdClassName
{
border-color: #599D64;
}
.TagClassName
{
border-color: #599D64;
}
</style>