Shades of Fern #60AD6B
Tints of Fern #60AD6B
RGB
CMYK
RGB Variations
Color information
#60AD6B (or 0x60AD6B) is known color: Fern. HEX triplet: 60, AD and 6B. RGB value is (96,173,107). Sum of RGB (Red+Green+Blue) = 96+173+107=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD6B is #9F5294. Grayscale: #8E8E8E. Windows color (decimal): -10441365 or 7056736. OLE color: 7056736.
HSL color Cylindrical-coordinate representation of color #60AD6B: hue angle of 128.57º 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 #60AD6B is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 107 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.32 |
| HSL | 128.57º | 0.32% | 0.53% | - |
| HSV(B) | 128.57º | 0.45% | 0.68% | - |
| XYZ | 22.42 | 33.44 | 19.18 | - |
| YUV | 142.45 | 107.99 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 107 | 0.45 | 0 | 0.38 | 0.32 | 128.57 | 0.32 | 0.53 |
| Hex | 60 | AD | 6B | 2D | 0 | 26 | 20 | 81 | 20 | 35 |
| Octal | 140 | 255 | 153 | 55 | 0 | 46 | 40 | 201 | 40 | 65 |
| Binary | 1100000 | 10101101 | 1101011 | 101101 | 0 | 100110 | 100000 | 10000001 | 100000 | 110101 |
Color Harmonies of #60AD6B
Complementary color
Monochromatic Colors of #60AD6B
Black with #60AD6B
Text Example
Text Example
White with #60AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD6B; }
p { color: rgb(96,173,107); }
H1.HeaderClassName
{
color: #60AD6B;
}
.AnyTagClassName
{
color: #60AD6B;
}
</style>
background-color css
<style>
a { background-color: #60AD6B; }
a { background-color: rgb(96,173,107); }
div.DivClassName
{
background-color: #60AD6B;
}
.BgClassName
{
background-color: #60AD6B;
}
</style>
border-color css
<style>
span { border-color: #60AD6B; }
span { border-color: rgb(96,173,107); }
td.TdClassName
{
border-color: #60AD6B;
}
.TagClassName
{
border-color: #60AD6B;
}
</style>