Shades of Fruit Salad #56965D
Tints of Fruit Salad #56965D
RGB
CMYK
RGB Variations
Color information
#56965D (or 0x56965D) is known color: Fruit Salad. HEX triplet: 56, 96 and 5D. RGB value is (86,150,93). Sum of RGB (Red+Green+Blue) = 86+150+93=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #56965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56965D is #A969A2. Grayscale: #7C7C7C. Windows color (decimal): -11102627 or 6133334. OLE color: 6133334.
HSL color Cylindrical-coordinate representation of color #56965D: hue angle of 126.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56965D is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 93 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.41 |
| HSL | 126.56º | 0.27% | 0.46% | - |
| HSV(B) | 126.56º | 0.43% | 0.59% | - |
| XYZ | 16.72 | 24.58 | 14.22 | - |
| YUV | 124.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 93 | 0.43 | 0 | 0.38 | 0.41 | 126.56 | 0.27 | 0.46 |
| Hex | 56 | 96 | 5D | 2B | 0 | 26 | 29 | 7F | 1B | 2E |
| Octal | 126 | 226 | 135 | 53 | 0 | 46 | 51 | 177 | 33 | 56 |
| Binary | 1010110 | 10010110 | 1011101 | 101011 | 0 | 100110 | 101001 | 1111111 | 11011 | 101110 |
Color Harmonies of #56965D
Complementary color
Monochromatic Colors of #56965D
Black with #56965D
Text Example
Text Example
White with #56965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56965D; }
p { color: rgb(86,150,93); }
H1.HeaderClassName
{
color: #56965D;
}
.AnyTagClassName
{
color: #56965D;
}
</style>
background-color css
<style>
a { background-color: #56965D; }
a { background-color: rgb(86,150,93); }
div.DivClassName
{
background-color: #56965D;
}
.BgClassName
{
background-color: #56965D;
}
</style>
border-color css
<style>
span { border-color: #56965D; }
span { border-color: rgb(86,150,93); }
td.TdClassName
{
border-color: #56965D;
}
.TagClassName
{
border-color: #56965D;
}
</style>