Shades of Fruit Salad #569860
Tints of Fruit Salad #569860
RGB
CMYK
RGB Variations
Color information
#569860 (or 0x569860) is known color: Fruit Salad. HEX triplet: 56, 98 and 60. RGB value is (86,152,96). Sum of RGB (Red+Green+Blue) = 86+152+96=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #569860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569860 is #A9679F. Grayscale: #7E7E7E. Windows color (decimal): -11102112 or 6330454. OLE color: 6330454.
HSL color Cylindrical-coordinate representation of color #569860: hue angle of 129.09º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #569860 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 152 | 96 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.40 |
| HSL | 129.09º | 0.28% | 0.47% | - |
| HSV(B) | 129.09º | 0.43% | 0.6% | - |
| XYZ | 17.18 | 25.28 | 15.04 | - |
| YUV | 125.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 96 | 0.43 | 0 | 0.37 | 0.40 | 129.09 | 0.28 | 0.47 |
| Hex | 56 | 98 | 60 | 2B | 0 | 25 | 28 | 81 | 1C | 2F |
| Octal | 126 | 230 | 140 | 53 | 0 | 45 | 50 | 201 | 34 | 57 |
| Binary | 1010110 | 10011000 | 1100000 | 101011 | 0 | 100101 | 101000 | 10000001 | 11100 | 101111 |
Color Harmonies of #569860
Complementary color
Monochromatic Colors of #569860
Black with #569860
Text Example
Text Example
White with #569860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569860; }
p { color: rgb(86,152,96); }
H1.HeaderClassName
{
color: #569860;
}
.AnyTagClassName
{
color: #569860;
}
</style>
background-color css
<style>
a { background-color: #569860; }
a { background-color: rgb(86,152,96); }
div.DivClassName
{
background-color: #569860;
}
.BgClassName
{
background-color: #569860;
}
</style>
border-color css
<style>
span { border-color: #569860; }
span { border-color: rgb(86,152,96); }
td.TdClassName
{
border-color: #569860;
}
.TagClassName
{
border-color: #569860;
}
</style>