Shades of Fern #60A56B
Tints of Fern #60A56B
RGB
CMYK
RGB Variations
Color information
#60A56B (or 0x60A56B) is known color: Fern. HEX triplet: 60, A5 and 6B. RGB value is (96,165,107). Sum of RGB (Red+Green+Blue) = 96+165+107=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #60A56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A56B is #9F5A94. Grayscale: #898989. Windows color (decimal): -10443413 or 7054688. OLE color: 7054688.
HSL color Cylindrical-coordinate representation of color #60A56B: hue angle of 129.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A56B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 165 | 107 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.35 |
| HSL | 129.57º | 0.28% | 0.51% | - |
| HSV(B) | 129.57º | 0.42% | 0.65% | - |
| XYZ | 20.93 | 30.46 | 18.69 | - |
| YUV | 137.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 165 | 107 | 0.42 | 0 | 0.35 | 0.35 | 129.57 | 0.28 | 0.51 |
| Hex | 60 | A5 | 6B | 2A | 0 | 23 | 23 | 82 | 1C | 33 |
| Octal | 140 | 245 | 153 | 52 | 0 | 43 | 43 | 202 | 34 | 63 |
| Binary | 1100000 | 10100101 | 1101011 | 101010 | 0 | 100011 | 100011 | 10000010 | 11100 | 110011 |
Color Harmonies of #60A56B
Complementary color
Monochromatic Colors of #60A56B
Black with #60A56B
Text Example
Text Example
White with #60A56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A56B; }
p { color: rgb(96,165,107); }
H1.HeaderClassName
{
color: #60A56B;
}
.AnyTagClassName
{
color: #60A56B;
}
</style>
background-color css
<style>
a { background-color: #60A56B; }
a { background-color: rgb(96,165,107); }
div.DivClassName
{
background-color: #60A56B;
}
.BgClassName
{
background-color: #60A56B;
}
</style>
border-color css
<style>
span { border-color: #60A56B; }
span { border-color: rgb(96,165,107); }
td.TdClassName
{
border-color: #60A56B;
}
.TagClassName
{
border-color: #60A56B;
}
</style>