Shades of Fern #60AE72
Tints of Fern #60AE72
RGB
CMYK
RGB Variations
Color information
#60AE72 (or 0x60AE72) is known color: Fern. HEX triplet: 60, AE and 72. RGB value is (96,174,114). Sum of RGB (Red+Green+Blue) = 96+174+114=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AE72 is #9F518D. Grayscale: #8F8F8F. Windows color (decimal): -10441102 or 7515744. OLE color: 7515744.
HSL color Cylindrical-coordinate representation of color #60AE72: hue angle of 133.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AE72 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 174 | 114 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.32 |
| HSL | 133.85º | 0.33% | 0.53% | - |
| HSV(B) | 133.85º | 0.45% | 0.68% | - |
| XYZ | 23 | 33.97 | 21.27 | - |
| YUV | 143.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 114 | 0.45 | 0 | 0.34 | 0.32 | 133.85 | 0.33 | 0.53 |
| Hex | 60 | AE | 72 | 2D | 0 | 22 | 20 | 86 | 20 | 35 |
| Octal | 140 | 256 | 162 | 55 | 0 | 42 | 40 | 206 | 40 | 65 |
| Binary | 1100000 | 10101110 | 1110010 | 101101 | 0 | 100010 | 100000 | 10000110 | 100000 | 110101 |
Color Harmonies of #60AE72
Complementary color
Monochromatic Colors of #60AE72
Black with #60AE72
Text Example
Text Example
White with #60AE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AE72; }
p { color: rgb(96,174,114); }
H1.HeaderClassName
{
color: #60AE72;
}
.AnyTagClassName
{
color: #60AE72;
}
</style>
background-color css
<style>
a { background-color: #60AE72; }
a { background-color: rgb(96,174,114); }
div.DivClassName
{
background-color: #60AE72;
}
.BgClassName
{
background-color: #60AE72;
}
</style>
border-color css
<style>
span { border-color: #60AE72; }
span { border-color: rgb(96,174,114); }
td.TdClassName
{
border-color: #60AE72;
}
.TagClassName
{
border-color: #60AE72;
}
</style>