Shades of Fern #60AB73
Tints of Fern #60AB73
RGB
CMYK
RGB Variations
Color information
#60AB73 (or 0x60AB73) is known color: Fern. HEX triplet: 60, AB and 73. RGB value is (96,171,115). Sum of RGB (Red+Green+Blue) = 96+171+115=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AB73 is #9F548C. Grayscale: #8E8E8E. Windows color (decimal): -10441869 or 7580512. OLE color: 7580512.
HSL color Cylindrical-coordinate representation of color #60AB73: hue angle of 135.2º 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 #60AB73 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 115 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.33 |
| HSL | 135.2º | 0.31% | 0.52% | - |
| HSV(B) | 135.2º | 0.44% | 0.67% | - |
| XYZ | 22.48 | 32.85 | 21.38 | - |
| YUV | 142.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 115 | 0.44 | 0 | 0.33 | 0.33 | 135.2 | 0.31 | 0.52 |
| Hex | 60 | AB | 73 | 2C | 0 | 21 | 21 | 87 | 1F | 34 |
| Octal | 140 | 253 | 163 | 54 | 0 | 41 | 41 | 207 | 37 | 64 |
| Binary | 1100000 | 10101011 | 1110011 | 101100 | 0 | 100001 | 100001 | 10000111 | 11111 | 110100 |
Color Harmonies of #60AB73
Complementary color
Monochromatic Colors of #60AB73
Black with #60AB73
Text Example
Text Example
White with #60AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB73; }
p { color: rgb(96,171,115); }
H1.HeaderClassName
{
color: #60AB73;
}
.AnyTagClassName
{
color: #60AB73;
}
</style>
background-color css
<style>
a { background-color: #60AB73; }
a { background-color: rgb(96,171,115); }
div.DivClassName
{
background-color: #60AB73;
}
.BgClassName
{
background-color: #60AB73;
}
</style>
border-color css
<style>
span { border-color: #60AB73; }
span { border-color: rgb(96,171,115); }
td.TdClassName
{
border-color: #60AB73;
}
.TagClassName
{
border-color: #60AB73;
}
</style>