Shades of Fern #60A871
Tints of Fern #60A871
RGB
CMYK
RGB Variations
Color information
#60A871 (or 0x60A871) is known color: Fern. HEX triplet: 60, A8 and 71. RGB value is (96,168,113). Sum of RGB (Red+Green+Blue) = 96+168+113=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #60A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A871 is #9F578E. Grayscale: #8C8C8C. Windows color (decimal): -10442639 or 7448672. OLE color: 7448672.
HSL color Cylindrical-coordinate representation of color #60A871: hue angle of 134.17º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A871 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 168 | 113 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.34 |
| HSL | 134.17º | 0.29% | 0.52% | - |
| HSV(B) | 134.17º | 0.43% | 0.66% | - |
| XYZ | 21.81 | 31.68 | 20.59 | - |
| YUV | 140.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 113 | 0.43 | 0 | 0.33 | 0.34 | 134.17 | 0.29 | 0.52 |
| Hex | 60 | A8 | 71 | 2B | 0 | 21 | 22 | 86 | 1D | 34 |
| Octal | 140 | 250 | 161 | 53 | 0 | 41 | 42 | 206 | 35 | 64 |
| Binary | 1100000 | 10101000 | 1110001 | 101011 | 0 | 100001 | 100010 | 10000110 | 11101 | 110100 |
Color Harmonies of #60A871
Complementary color
Monochromatic Colors of #60A871
Black with #60A871
Text Example
Text Example
White with #60A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A871; }
p { color: rgb(96,168,113); }
H1.HeaderClassName
{
color: #60A871;
}
.AnyTagClassName
{
color: #60A871;
}
</style>
background-color css
<style>
a { background-color: #60A871; }
a { background-color: rgb(96,168,113); }
div.DivClassName
{
background-color: #60A871;
}
.BgClassName
{
background-color: #60A871;
}
</style>
border-color css
<style>
span { border-color: #60A871; }
span { border-color: rgb(96,168,113); }
td.TdClassName
{
border-color: #60A871;
}
.TagClassName
{
border-color: #60A871;
}
</style>