Shades of Fruit Salad #56994D
Tints of Fruit Salad #56994D
RGB
CMYK
RGB Variations
Color information
#56994D (or 0x56994D) is known color: Fruit Salad. HEX triplet: 56, 99 and 4D. RGB value is (86,153,77). Sum of RGB (Red+Green+Blue) = 86+153+77=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #56994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56994D is #A966B2. Grayscale: #7C7C7C. Windows color (decimal): -11101875 or 5085526. OLE color: 5085526.
HSL color Cylindrical-coordinate representation of color #56994D: hue angle of 112.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56994D is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 77 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.4 |
| HSL | 112.89º | 0.33% | 0.45% | - |
| HSV(B) | 112.89º | 0.5% | 0.6% | - |
| XYZ | 16.57 | 25.3 | 11.03 | - |
| YUV | 124.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 77 | 0.44 | 0 | 0.50 | 0.4 | 112.89 | 0.33 | 0.45 |
| Hex | 56 | 99 | 4D | 2C | 0 | 32 | 28 | 71 | 21 | 2D |
| Octal | 126 | 231 | 115 | 54 | 0 | 62 | 50 | 161 | 41 | 55 |
| Binary | 1010110 | 10011001 | 1001101 | 101100 | 0 | 110010 | 101000 | 1110001 | 100001 | 101101 |
Color Harmonies of #56994D
Complementary color
Monochromatic Colors of #56994D
Black with #56994D
Text Example
Text Example
White with #56994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56994D; }
p { color: rgb(86,153,77); }
H1.HeaderClassName
{
color: #56994D;
}
.AnyTagClassName
{
color: #56994D;
}
</style>
background-color css
<style>
a { background-color: #56994D; }
a { background-color: rgb(86,153,77); }
div.DivClassName
{
background-color: #56994D;
}
.BgClassName
{
background-color: #56994D;
}
</style>
border-color css
<style>
span { border-color: #56994D; }
span { border-color: rgb(86,153,77); }
td.TdClassName
{
border-color: #56994D;
}
.TagClassName
{
border-color: #56994D;
}
</style>