Shades of Fern #68C060
Tints of Fern #68C060
RGB
CMYK
RGB Variations
Color information
#68C060 (or 0x68C060) is known color: Fern. HEX triplet: 68, C0 and 60. RGB value is (104,192,96). Sum of RGB (Red+Green+Blue) = 104+192+96=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #68C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C060 is #973F9F. Grayscale: #9B9B9B. Windows color (decimal): -9912224 or 6340712. OLE color: 6340712.
HSL color Cylindrical-coordinate representation of color #68C060: hue angle of 115º 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 #68C060 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 192 | 96 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.25 |
| HSL | 115º | 0.43% | 0.56% | - |
| HSV(B) | 115º | 0.5% | 0.75% | - |
| XYZ | 26.67 | 41.49 | 17.67 | - |
| YUV | 154.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 96 | 0.46 | 0 | 0.50 | 0.25 | 115 | 0.43 | 0.56 |
| Hex | 68 | C0 | 60 | 2E | 0 | 32 | 19 | 73 | 2B | 38 |
| Octal | 150 | 300 | 140 | 56 | 0 | 62 | 31 | 163 | 53 | 70 |
| Binary | 1101000 | 11000000 | 1100000 | 101110 | 0 | 110010 | 11001 | 1110011 | 101011 | 111000 |
Color Harmonies of #68C060
Complementary color
Monochromatic Colors of #68C060
Black with #68C060
Text Example
Text Example
White with #68C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C060; }
p { color: rgb(104,192,96); }
H1.HeaderClassName
{
color: #68C060;
}
.AnyTagClassName
{
color: #68C060;
}
</style>
background-color css
<style>
a { background-color: #68C060; }
a { background-color: rgb(104,192,96); }
div.DivClassName
{
background-color: #68C060;
}
.BgClassName
{
background-color: #68C060;
}
</style>
border-color css
<style>
span { border-color: #68C060; }
span { border-color: rgb(104,192,96); }
td.TdClassName
{
border-color: #68C060;
}
.TagClassName
{
border-color: #68C060;
}
</style>