Shades of Fern #68C26B
Tints of Fern #68C26B
RGB
CMYK
RGB Variations
Color information
#68C26B (or 0x68C26B) is known color: Fern. HEX triplet: 68, C2 and 6B. RGB value is (104,194,107). Sum of RGB (Red+Green+Blue) = 104+194+107=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #68C26B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C26B is #973D94. Grayscale: #9D9D9D. Windows color (decimal): -9911701 or 7062120. OLE color: 7062120.
HSL color Cylindrical-coordinate representation of color #68C26B: hue angle of 122º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C26B is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 107 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.24 |
| HSL | 122º | 0.42% | 0.58% | - |
| HSV(B) | 122º | 0.46% | 0.76% | - |
| XYZ | 27.65 | 42.59 | 20.67 | - |
| YUV | 157.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 107 | 0.46 | 0 | 0.45 | 0.24 | 122 | 0.42 | 0.58 |
| Hex | 68 | C2 | 6B | 2E | 0 | 2D | 18 | 7A | 2A | 3A |
| Octal | 150 | 302 | 153 | 56 | 0 | 55 | 30 | 172 | 52 | 72 |
| Binary | 1101000 | 11000010 | 1101011 | 101110 | 0 | 101101 | 11000 | 1111010 | 101010 | 111010 |
Color Harmonies of #68C26B
Complementary color
Monochromatic Colors of #68C26B
Black with #68C26B
Text Example
Text Example
White with #68C26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C26B; }
p { color: rgb(104,194,107); }
H1.HeaderClassName
{
color: #68C26B;
}
.AnyTagClassName
{
color: #68C26B;
}
</style>
background-color css
<style>
a { background-color: #68C26B; }
a { background-color: rgb(104,194,107); }
div.DivClassName
{
background-color: #68C26B;
}
.BgClassName
{
background-color: #68C26B;
}
</style>
border-color css
<style>
span { border-color: #68C26B; }
span { border-color: rgb(104,194,107); }
td.TdClassName
{
border-color: #68C26B;
}
.TagClassName
{
border-color: #68C26B;
}
</style>