Shades of Fern #60AB6C
Tints of Fern #60AB6C
RGB
CMYK
RGB Variations
Color information
#60AB6C (or 0x60AB6C) is known color: Fern. HEX triplet: 60, AB and 6C. RGB value is (96,171,108). Sum of RGB (Red+Green+Blue) = 96+171+108=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AB6C is #9F5493. Grayscale: #8D8D8D. Windows color (decimal): -10441876 or 7121760. OLE color: 7121760.
HSL color Cylindrical-coordinate representation of color #60AB6C: hue angle of 129.6º degrees, saturation: 0.31, 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 #60AB6C is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 108 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.33 |
| HSL | 129.6º | 0.31% | 0.52% | - |
| HSV(B) | 129.6º | 0.44% | 0.67% | - |
| XYZ | 22.09 | 32.7 | 19.33 | - |
| YUV | 141.39 | 109.15 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 108 | 0.44 | 0 | 0.37 | 0.33 | 129.6 | 0.31 | 0.52 |
| Hex | 60 | AB | 6C | 2C | 0 | 25 | 21 | 82 | 1F | 34 |
| Octal | 140 | 253 | 154 | 54 | 0 | 45 | 41 | 202 | 37 | 64 |
| Binary | 1100000 | 10101011 | 1101100 | 101100 | 0 | 100101 | 100001 | 10000010 | 11111 | 110100 |
Color Harmonies of #60AB6C
Complementary color
Monochromatic Colors of #60AB6C
Black with #60AB6C
Text Example
Text Example
White with #60AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB6C; }
p { color: rgb(96,171,108); }
H1.HeaderClassName
{
color: #60AB6C;
}
.AnyTagClassName
{
color: #60AB6C;
}
</style>
background-color css
<style>
a { background-color: #60AB6C; }
a { background-color: rgb(96,171,108); }
div.DivClassName
{
background-color: #60AB6C;
}
.BgClassName
{
background-color: #60AB6C;
}
</style>
border-color css
<style>
span { border-color: #60AB6C; }
span { border-color: rgb(96,171,108); }
td.TdClassName
{
border-color: #60AB6C;
}
.TagClassName
{
border-color: #60AB6C;
}
</style>