Shades of Fern #60AA71
Tints of Fern #60AA71
RGB
CMYK
RGB Variations
Color information
#60AA71 (or 0x60AA71) is known color: Fern. HEX triplet: 60, AA and 71. RGB value is (96,170,113). Sum of RGB (Red+Green+Blue) = 96+170+113=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AA71 is #9F558E. Grayscale: #8D8D8D. Windows color (decimal): -10442127 or 7449184. OLE color: 7449184.
HSL color Cylindrical-coordinate representation of color #60AA71: hue angle of 133.78º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AA71 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 113 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.33 |
| HSL | 133.78º | 0.3% | 0.52% | - |
| HSV(B) | 133.78º | 0.44% | 0.67% | - |
| XYZ | 22.18 | 32.43 | 20.71 | - |
| YUV | 141.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 113 | 0.44 | 0 | 0.34 | 0.33 | 133.78 | 0.3 | 0.52 |
| Hex | 60 | AA | 71 | 2C | 0 | 22 | 21 | 86 | 1E | 34 |
| Octal | 140 | 252 | 161 | 54 | 0 | 42 | 41 | 206 | 36 | 64 |
| Binary | 1100000 | 10101010 | 1110001 | 101100 | 0 | 100010 | 100001 | 10000110 | 11110 | 110100 |
Color Harmonies of #60AA71
Complementary color
Monochromatic Colors of #60AA71
Black with #60AA71
Text Example
Text Example
White with #60AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA71; }
p { color: rgb(96,170,113); }
H1.HeaderClassName
{
color: #60AA71;
}
.AnyTagClassName
{
color: #60AA71;
}
</style>
background-color css
<style>
a { background-color: #60AA71; }
a { background-color: rgb(96,170,113); }
div.DivClassName
{
background-color: #60AA71;
}
.BgClassName
{
background-color: #60AA71;
}
</style>
border-color css
<style>
span { border-color: #60AA71; }
span { border-color: rgb(96,170,113); }
td.TdClassName
{
border-color: #60AA71;
}
.TagClassName
{
border-color: #60AA71;
}
</style>