Shades of Fern #60AC71
Tints of Fern #60AC71
RGB
CMYK
RGB Variations
Color information
#60AC71 (or 0x60AC71) is known color: Fern. HEX triplet: 60, AC and 71. RGB value is (96,172,113). Sum of RGB (Red+Green+Blue) = 96+172+113=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC71 is #9F538E. Grayscale: #8E8E8E. Windows color (decimal): -10441615 or 7449696. OLE color: 7449696.
HSL color Cylindrical-coordinate representation of color #60AC71: hue angle of 133.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AC71 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 113 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.33 |
| HSL | 133.42º | 0.31% | 0.53% | - |
| HSV(B) | 133.42º | 0.44% | 0.67% | - |
| XYZ | 22.56 | 33.18 | 20.84 | - |
| YUV | 142.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 113 | 0.44 | 0 | 0.34 | 0.33 | 133.42 | 0.31 | 0.53 |
| Hex | 60 | AC | 71 | 2C | 0 | 22 | 21 | 85 | 1F | 35 |
| Octal | 140 | 254 | 161 | 54 | 0 | 42 | 41 | 205 | 37 | 65 |
| Binary | 1100000 | 10101100 | 1110001 | 101100 | 0 | 100010 | 100001 | 10000101 | 11111 | 110101 |
Color Harmonies of #60AC71
Complementary color
Monochromatic Colors of #60AC71
Black with #60AC71
Text Example
Text Example
White with #60AC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC71; }
p { color: rgb(96,172,113); }
H1.HeaderClassName
{
color: #60AC71;
}
.AnyTagClassName
{
color: #60AC71;
}
</style>
background-color css
<style>
a { background-color: #60AC71; }
a { background-color: rgb(96,172,113); }
div.DivClassName
{
background-color: #60AC71;
}
.BgClassName
{
background-color: #60AC71;
}
</style>
border-color css
<style>
span { border-color: #60AC71; }
span { border-color: rgb(96,172,113); }
td.TdClassName
{
border-color: #60AC71;
}
.TagClassName
{
border-color: #60AC71;
}
</style>