Shades of Fern #60AB66
Tints of Fern #60AB66
RGB
CMYK
RGB Variations
Color information
#60AB66 (or 0x60AB66) is known color: Fern. HEX triplet: 60, AB and 66. RGB value is (96,171,102). Sum of RGB (Red+Green+Blue) = 96+171+102=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AB66 is #9F5499. Grayscale: #8C8C8C. Windows color (decimal): -10441882 or 6728544. OLE color: 6728544.
HSL color Cylindrical-coordinate representation of color #60AB66: hue angle of 124.8º 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 #60AB66 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 102 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.33 |
| HSL | 124.8º | 0.31% | 0.52% | - |
| HSV(B) | 124.8º | 0.44% | 0.67% | - |
| XYZ | 21.79 | 32.57 | 17.71 | - |
| YUV | 140.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 102 | 0.44 | 0 | 0.40 | 0.33 | 124.8 | 0.31 | 0.52 |
| Hex | 60 | AB | 66 | 2C | 0 | 28 | 21 | 7D | 1F | 34 |
| Octal | 140 | 253 | 146 | 54 | 0 | 50 | 41 | 175 | 37 | 64 |
| Binary | 1100000 | 10101011 | 1100110 | 101100 | 0 | 101000 | 100001 | 1111101 | 11111 | 110100 |
Color Harmonies of #60AB66
Complementary color
Monochromatic Colors of #60AB66
Black with #60AB66
Text Example
Text Example
White with #60AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB66; }
p { color: rgb(96,171,102); }
H1.HeaderClassName
{
color: #60AB66;
}
.AnyTagClassName
{
color: #60AB66;
}
</style>
background-color css
<style>
a { background-color: #60AB66; }
a { background-color: rgb(96,171,102); }
div.DivClassName
{
background-color: #60AB66;
}
.BgClassName
{
background-color: #60AB66;
}
</style>
border-color css
<style>
span { border-color: #60AB66; }
span { border-color: rgb(96,171,102); }
td.TdClassName
{
border-color: #60AB66;
}
.TagClassName
{
border-color: #60AB66;
}
</style>