Shades of Fruit Salad #61A85B
Tints of Fruit Salad #61A85B
RGB
CMYK
RGB Variations
Color information
#61A85B (or 0x61A85B) is known color: Fruit Salad. HEX triplet: 61, A8 and 5B. RGB value is (97,168,91). Sum of RGB (Red+Green+Blue) = 97+168+91=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #61A85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A85B is #9E57A4. Grayscale: #8A8A8A. Windows color (decimal): -10377125 or 6006881. OLE color: 6006881.
HSL color Cylindrical-coordinate representation of color #61A85B: hue angle of 115.32º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61A85B is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 91 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.34 |
| HSL | 115.32º | 0.31% | 0.51% | - |
| HSV(B) | 115.32º | 0.46% | 0.66% | - |
| XYZ | 20.82 | 31.3 | 14.84 | - |
| YUV | 137.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 91 | 0.42 | 0 | 0.46 | 0.34 | 115.32 | 0.31 | 0.51 |
| Hex | 61 | A8 | 5B | 2A | 0 | 2E | 22 | 73 | 1F | 33 |
| Octal | 141 | 250 | 133 | 52 | 0 | 56 | 42 | 163 | 37 | 63 |
| Binary | 1100001 | 10101000 | 1011011 | 101010 | 0 | 101110 | 100010 | 1110011 | 11111 | 110011 |
Color Harmonies of #61A85B
Complementary color
Monochromatic Colors of #61A85B
Black with #61A85B
Text Example
Text Example
White with #61A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A85B; }
p { color: rgb(97,168,91); }
H1.HeaderClassName
{
color: #61A85B;
}
.AnyTagClassName
{
color: #61A85B;
}
</style>
background-color css
<style>
a { background-color: #61A85B; }
a { background-color: rgb(97,168,91); }
div.DivClassName
{
background-color: #61A85B;
}
.BgClassName
{
background-color: #61A85B;
}
</style>
border-color css
<style>
span { border-color: #61A85B; }
span { border-color: rgb(97,168,91); }
td.TdClassName
{
border-color: #61A85B;
}
.TagClassName
{
border-color: #61A85B;
}
</style>