Shades of Fern #60C06C
Tints of Fern #60C06C
RGB
CMYK
RGB Variations
Color information
#60C06C (or 0x60C06C) is known color: Fern. HEX triplet: 60, C0 and 6C. RGB value is (96,192,108). Sum of RGB (Red+Green+Blue) = 96+192+108=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #60C06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C06C is #9F3F93. Grayscale: #999999. Windows color (decimal): -10436500 or 7127136. OLE color: 7127136.
HSL color Cylindrical-coordinate representation of color #60C06C: hue angle of 127.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C06C is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 108 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.25 |
| HSL | 127.5º | 0.43% | 0.56% | - |
| HSV(B) | 127.5º | 0.5% | 0.75% | - |
| XYZ | 26.38 | 41.27 | 20.76 | - |
| YUV | 153.72 | 102.2 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 108 | 0.50 | 0 | 0.44 | 0.25 | 127.5 | 0.43 | 0.56 |
| Hex | 60 | C0 | 6C | 32 | 0 | 2C | 19 | 80 | 2B | 38 |
| Octal | 140 | 300 | 154 | 62 | 0 | 54 | 31 | 200 | 53 | 70 |
| Binary | 1100000 | 11000000 | 1101100 | 110010 | 0 | 101100 | 11001 | 10000000 | 101011 | 111000 |
Color Harmonies of #60C06C
Complementary color
Monochromatic Colors of #60C06C
Black with #60C06C
Text Example
Text Example
White with #60C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C06C; }
p { color: rgb(96,192,108); }
H1.HeaderClassName
{
color: #60C06C;
}
.AnyTagClassName
{
color: #60C06C;
}
</style>
background-color css
<style>
a { background-color: #60C06C; }
a { background-color: rgb(96,192,108); }
div.DivClassName
{
background-color: #60C06C;
}
.BgClassName
{
background-color: #60C06C;
}
</style>
border-color css
<style>
span { border-color: #60C06C; }
span { border-color: rgb(96,192,108); }
td.TdClassName
{
border-color: #60C06C;
}
.TagClassName
{
border-color: #60C06C;
}
</style>