Shades of Fern #60C168
Tints of Fern #60C168
RGB
CMYK
RGB Variations
Color information
#60C168 (or 0x60C168) is known color: Fern. HEX triplet: 60, C1 and 68. RGB value is (96,193,104). Sum of RGB (Red+Green+Blue) = 96+193+104=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #60C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C168 is #9F3E97. Grayscale: #9A9A9A. Windows color (decimal): -10436248 or 6865248. OLE color: 6865248.
HSL color Cylindrical-coordinate representation of color #60C168: hue angle of 124.95º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C168 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 104 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.24 |
| HSL | 124.95º | 0.44% | 0.57% | - |
| HSV(B) | 124.95º | 0.5% | 0.76% | - |
| XYZ | 26.39 | 41.63 | 19.74 | - |
| YUV | 153.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 104 | 0.50 | 0 | 0.46 | 0.24 | 124.95 | 0.44 | 0.57 |
| Hex | 60 | C1 | 68 | 32 | 0 | 2E | 18 | 7D | 2C | 39 |
| Octal | 140 | 301 | 150 | 62 | 0 | 56 | 30 | 175 | 54 | 71 |
| Binary | 1100000 | 11000001 | 1101000 | 110010 | 0 | 101110 | 11000 | 1111101 | 101100 | 111001 |
Color Harmonies of #60C168
Complementary color
Monochromatic Colors of #60C168
Black with #60C168
Text Example
Text Example
White with #60C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C168; }
p { color: rgb(96,193,104); }
H1.HeaderClassName
{
color: #60C168;
}
.AnyTagClassName
{
color: #60C168;
}
</style>
background-color css
<style>
a { background-color: #60C168; }
a { background-color: rgb(96,193,104); }
div.DivClassName
{
background-color: #60C168;
}
.BgClassName
{
background-color: #60C168;
}
</style>
border-color css
<style>
span { border-color: #60C168; }
span { border-color: rgb(96,193,104); }
td.TdClassName
{
border-color: #60C168;
}
.TagClassName
{
border-color: #60C168;
}
</style>