Shades of Fern #60A56C
Tints of Fern #60A56C
RGB
CMYK
RGB Variations
Color information
#60A56C (or 0x60A56C) is known color: Fern. HEX triplet: 60, A5 and 6C. RGB value is (96,165,108). Sum of RGB (Red+Green+Blue) = 96+165+108=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #60A56C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A56C is #9F5A93. Grayscale: #8A8A8A. Windows color (decimal): -10443412 or 7120224. OLE color: 7120224.
HSL color Cylindrical-coordinate representation of color #60A56C: hue angle of 130.43º 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 #60A56C is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 165 | 108 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.35 |
| HSL | 130.43º | 0.28% | 0.51% | - |
| HSV(B) | 130.43º | 0.42% | 0.65% | - |
| XYZ | 20.99 | 30.48 | 18.96 | - |
| YUV | 137.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 165 | 108 | 0.42 | 0 | 0.35 | 0.35 | 130.43 | 0.28 | 0.51 |
| Hex | 60 | A5 | 6C | 2A | 0 | 23 | 23 | 82 | 1C | 33 |
| Octal | 140 | 245 | 154 | 52 | 0 | 43 | 43 | 202 | 34 | 63 |
| Binary | 1100000 | 10100101 | 1101100 | 101010 | 0 | 100011 | 100011 | 10000010 | 11100 | 110011 |
Color Harmonies of #60A56C
Complementary color
Monochromatic Colors of #60A56C
Black with #60A56C
Text Example
Text Example
White with #60A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A56C; }
p { color: rgb(96,165,108); }
H1.HeaderClassName
{
color: #60A56C;
}
.AnyTagClassName
{
color: #60A56C;
}
</style>
background-color css
<style>
a { background-color: #60A56C; }
a { background-color: rgb(96,165,108); }
div.DivClassName
{
background-color: #60A56C;
}
.BgClassName
{
background-color: #60A56C;
}
</style>
border-color css
<style>
span { border-color: #60A56C; }
span { border-color: rgb(96,165,108); }
td.TdClassName
{
border-color: #60A56C;
}
.TagClassName
{
border-color: #60A56C;
}
</style>