Shades of Fruit Salad #57965C
Tints of Fruit Salad #57965C
RGB
CMYK
RGB Variations
Color information
#57965C (or 0x57965C) is known color: Fruit Salad. HEX triplet: 57, 96 and 5C. RGB value is (87,150,92). Sum of RGB (Red+Green+Blue) = 87+150+92=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #57965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57965C is #A869A3. Grayscale: #7C7C7C. Windows color (decimal): -11037092 or 6067799. OLE color: 6067799.
HSL color Cylindrical-coordinate representation of color #57965C: hue angle of 124.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57965C is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 87 | 150 | 92 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.41 |
| HSL | 124.76º | 0.27% | 0.46% | - |
| HSV(B) | 124.76º | 0.42% | 0.59% | - |
| XYZ | 16.77 | 24.61 | 13.99 | - |
| YUV | 124.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 150 | 92 | 0.42 | 0 | 0.39 | 0.41 | 124.76 | 0.27 | 0.46 |
| Hex | 57 | 96 | 5C | 2A | 0 | 27 | 29 | 7D | 1B | 2E |
| Octal | 127 | 226 | 134 | 52 | 0 | 47 | 51 | 175 | 33 | 56 |
| Binary | 1010111 | 10010110 | 1011100 | 101010 | 0 | 100111 | 101001 | 1111101 | 11011 | 101110 |
Color Harmonies of #57965C
Complementary color
Monochromatic Colors of #57965C
Black with #57965C
Text Example
Text Example
White with #57965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57965C; }
p { color: rgb(87,150,92); }
H1.HeaderClassName
{
color: #57965C;
}
.AnyTagClassName
{
color: #57965C;
}
</style>
background-color css
<style>
a { background-color: #57965C; }
a { background-color: rgb(87,150,92); }
div.DivClassName
{
background-color: #57965C;
}
.BgClassName
{
background-color: #57965C;
}
</style>
border-color css
<style>
span { border-color: #57965C; }
span { border-color: rgb(87,150,92); }
td.TdClassName
{
border-color: #57965C;
}
.TagClassName
{
border-color: #57965C;
}
</style>