Shades of Fern #60A560
Tints of Fern #60A560
RGB
CMYK
RGB Variations
Color information
#60A560 (or 0x60A560) is known color: Fern. HEX triplet: 60, A5 and 60. RGB value is (96,165,96). Sum of RGB (Red+Green+Blue) = 96+165+96=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #60A560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A560 is #9F5A9F. Grayscale: #888888. Windows color (decimal): -10443424 or 6333792. OLE color: 6333792.
HSL color Cylindrical-coordinate representation of color #60A560: hue angle of 120º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A560 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 165 | 96 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.35 |
| HSL | 120º | 0.28% | 0.51% | - |
| HSV(B) | 120º | 0.42% | 0.65% | - |
| XYZ | 20.39 | 30.24 | 15.83 | - |
| YUV | 136.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 165 | 96 | 0.42 | 0 | 0.42 | 0.35 | 120 | 0.28 | 0.51 |
| Hex | 60 | A5 | 60 | 2A | 0 | 2A | 23 | 78 | 1C | 33 |
| Octal | 140 | 245 | 140 | 52 | 0 | 52 | 43 | 170 | 34 | 63 |
| Binary | 1100000 | 10100101 | 1100000 | 101010 | 0 | 101010 | 100011 | 1111000 | 11100 | 110011 |
Color Harmonies of #60A560
Complementary color
Monochromatic Colors of #60A560
Black with #60A560
Text Example
Text Example
White with #60A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A560; }
p { color: rgb(96,165,96); }
H1.HeaderClassName
{
color: #60A560;
}
.AnyTagClassName
{
color: #60A560;
}
</style>
background-color css
<style>
a { background-color: #60A560; }
a { background-color: rgb(96,165,96); }
div.DivClassName
{
background-color: #60A560;
}
.BgClassName
{
background-color: #60A560;
}
</style>
border-color css
<style>
span { border-color: #60A560; }
span { border-color: rgb(96,165,96); }
td.TdClassName
{
border-color: #60A560;
}
.TagClassName
{
border-color: #60A560;
}
</style>