Shades of Fern #60C668
Tints of Fern #60C668
RGB
CMYK
RGB Variations
Color information
#60C668 (or 0x60C668) is known color: Fern. HEX triplet: 60, C6 and 68. RGB value is (96,198,104). Sum of RGB (Red+Green+Blue) = 96+198+104=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #60C668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C668 is #9F3997. Grayscale: #9D9D9D. Windows color (decimal): -10434968 or 6866528. OLE color: 6866528.
HSL color Cylindrical-coordinate representation of color #60C668: hue angle of 124.71º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C668 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 198 | 104 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.22 |
| HSL | 124.71º | 0.47% | 0.58% | - |
| HSV(B) | 124.71º | 0.52% | 0.78% | - |
| XYZ | 27.52 | 43.87 | 20.12 | - |
| YUV | 156.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 198 | 104 | 0.52 | 0 | 0.47 | 0.22 | 124.71 | 0.47 | 0.58 |
| Hex | 60 | C6 | 68 | 34 | 0 | 2F | 16 | 7D | 2F | 3A |
| Octal | 140 | 306 | 150 | 64 | 0 | 57 | 26 | 175 | 57 | 72 |
| Binary | 1100000 | 11000110 | 1101000 | 110100 | 0 | 101111 | 10110 | 1111101 | 101111 | 111010 |
Color Harmonies of #60C668
Complementary color
Monochromatic Colors of #60C668
Black with #60C668
Text Example
Text Example
White with #60C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C668; }
p { color: rgb(96,198,104); }
H1.HeaderClassName
{
color: #60C668;
}
.AnyTagClassName
{
color: #60C668;
}
</style>
background-color css
<style>
a { background-color: #60C668; }
a { background-color: rgb(96,198,104); }
div.DivClassName
{
background-color: #60C668;
}
.BgClassName
{
background-color: #60C668;
}
</style>
border-color css
<style>
span { border-color: #60C668; }
span { border-color: rgb(96,198,104); }
td.TdClassName
{
border-color: #60C668;
}
.TagClassName
{
border-color: #60C668;
}
</style>