Shades of Fern #60AA6E
Tints of Fern #60AA6E
RGB
CMYK
RGB Variations
Color information
#60AA6E (or 0x60AA6E) is known color: Fern. HEX triplet: 60, AA and 6E. RGB value is (96,170,110). Sum of RGB (Red+Green+Blue) = 96+170+110=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AA6E is #9F5591. Grayscale: #8D8D8D. Windows color (decimal): -10442130 or 7252576. OLE color: 7252576.
HSL color Cylindrical-coordinate representation of color #60AA6E: hue angle of 131.35º 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 #60AA6E is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 110 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.33 |
| HSL | 131.35º | 0.3% | 0.52% | - |
| HSV(B) | 131.35º | 0.44% | 0.67% | - |
| XYZ | 22.01 | 32.36 | 19.84 | - |
| YUV | 141.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 110 | 0.44 | 0 | 0.35 | 0.33 | 131.35 | 0.3 | 0.52 |
| Hex | 60 | AA | 6E | 2C | 0 | 23 | 21 | 83 | 1E | 34 |
| Octal | 140 | 252 | 156 | 54 | 0 | 43 | 41 | 203 | 36 | 64 |
| Binary | 1100000 | 10101010 | 1101110 | 101100 | 0 | 100011 | 100001 | 10000011 | 11110 | 110100 |
Color Harmonies of #60AA6E
Complementary color
Monochromatic Colors of #60AA6E
Black with #60AA6E
Text Example
Text Example
White with #60AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA6E; }
p { color: rgb(96,170,110); }
H1.HeaderClassName
{
color: #60AA6E;
}
.AnyTagClassName
{
color: #60AA6E;
}
</style>
background-color css
<style>
a { background-color: #60AA6E; }
a { background-color: rgb(96,170,110); }
div.DivClassName
{
background-color: #60AA6E;
}
.BgClassName
{
background-color: #60AA6E;
}
</style>
border-color css
<style>
span { border-color: #60AA6E; }
span { border-color: rgb(96,170,110); }
td.TdClassName
{
border-color: #60AA6E;
}
.TagClassName
{
border-color: #60AA6E;
}
</style>