Shades of Fern #60C075
Tints of Fern #60C075
RGB
CMYK
RGB Variations
Color information
#60C075 (or 0x60C075) is known color: Fern. HEX triplet: 60, C0 and 75. RGB value is (96,192,117). Sum of RGB (Red+Green+Blue) = 96+192+117=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #60C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C075 is #9F3F8A. Grayscale: #9A9A9A. Windows color (decimal): -10436491 or 7716960. OLE color: 7716960.
HSL color Cylindrical-coordinate representation of color #60C075: hue angle of 133.12º 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 #60C075 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 117 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.25 |
| HSL | 133.13º | 0.43% | 0.56% | - |
| HSV(B) | 133.13º | 0.5% | 0.75% | - |
| XYZ | 26.88 | 41.47 | 23.42 | - |
| YUV | 154.75 | 106.7 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 117 | 0.50 | 0 | 0.39 | 0.25 | 133.13 | 0.43 | 0.56 |
| Hex | 60 | C0 | 75 | 32 | 0 | 27 | 19 | 85 | 2B | 38 |
| Octal | 140 | 300 | 165 | 62 | 0 | 47 | 31 | 205 | 53 | 70 |
| Binary | 1100000 | 11000000 | 1110101 | 110010 | 0 | 100111 | 11001 | 10000101 | 101011 | 111000 |
Color Harmonies of #60C075
Complementary color
Monochromatic Colors of #60C075
Black with #60C075
Text Example
Text Example
White with #60C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C075; }
p { color: rgb(96,192,117); }
H1.HeaderClassName
{
color: #60C075;
}
.AnyTagClassName
{
color: #60C075;
}
</style>
background-color css
<style>
a { background-color: #60C075; }
a { background-color: rgb(96,192,117); }
div.DivClassName
{
background-color: #60C075;
}
.BgClassName
{
background-color: #60C075;
}
</style>
border-color css
<style>
span { border-color: #60C075; }
span { border-color: rgb(96,192,117); }
td.TdClassName
{
border-color: #60C075;
}
.TagClassName
{
border-color: #60C075;
}
</style>