Shades of Fern #68C660
Tints of Fern #68C660
RGB
CMYK
RGB Variations
Color information
#68C660 (or 0x68C660) is known color: Fern. HEX triplet: 68, C6 and 60. RGB value is (104,198,96). Sum of RGB (Red+Green+Blue) = 104+198+96=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #68C660 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C660 is #97399F. Grayscale: #9E9E9E. Windows color (decimal): -9910688 or 6342248. OLE color: 6342248.
HSL color Cylindrical-coordinate representation of color #68C660: hue angle of 115.29º 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 #68C660 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 198 | 96 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.22 |
| HSL | 115.29º | 0.47% | 0.58% | - |
| HSV(B) | 115.29º | 0.52% | 0.78% | - |
| XYZ | 28.01 | 44.18 | 18.12 | - |
| YUV | 158.27 | 92.86 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 198 | 96 | 0.47 | 0 | 0.52 | 0.22 | 115.29 | 0.47 | 0.58 |
| Hex | 68 | C6 | 60 | 2F | 0 | 34 | 16 | 73 | 2F | 3A |
| Octal | 150 | 306 | 140 | 57 | 0 | 64 | 26 | 163 | 57 | 72 |
| Binary | 1101000 | 11000110 | 1100000 | 101111 | 0 | 110100 | 10110 | 1110011 | 101111 | 111010 |
Color Harmonies of #68C660
Complementary color
Monochromatic Colors of #68C660
Black with #68C660
Text Example
Text Example
White with #68C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C660; }
p { color: rgb(104,198,96); }
H1.HeaderClassName
{
color: #68C660;
}
.AnyTagClassName
{
color: #68C660;
}
</style>
background-color css
<style>
a { background-color: #68C660; }
a { background-color: rgb(104,198,96); }
div.DivClassName
{
background-color: #68C660;
}
.BgClassName
{
background-color: #68C660;
}
</style>
border-color css
<style>
span { border-color: #68C660; }
span { border-color: rgb(104,198,96); }
td.TdClassName
{
border-color: #68C660;
}
.TagClassName
{
border-color: #68C660;
}
</style>