Shades of Fern #68C270
Tints of Fern #68C270
RGB
CMYK
RGB Variations
Color information
#68C270 (or 0x68C270) is known color: Fern. HEX triplet: 68, C2 and 70. RGB value is (104,194,112). Sum of RGB (Red+Green+Blue) = 104+194+112=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #68C270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C270 is #973D8F. Grayscale: #9D9D9D. Windows color (decimal): -9911696 or 7389800. OLE color: 7389800.
HSL color Cylindrical-coordinate representation of color #68C270: hue angle of 125.33º 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 #68C270 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 112 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.24 |
| HSL | 125.33º | 0.42% | 0.58% | - |
| HSV(B) | 125.33º | 0.46% | 0.76% | - |
| XYZ | 27.93 | 42.7 | 22.1 | - |
| YUV | 157.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 112 | 0.46 | 0 | 0.42 | 0.24 | 125.33 | 0.42 | 0.58 |
| Hex | 68 | C2 | 70 | 2E | 0 | 2A | 18 | 7D | 2A | 3A |
| Octal | 150 | 302 | 160 | 56 | 0 | 52 | 30 | 175 | 52 | 72 |
| Binary | 1101000 | 11000010 | 1110000 | 101110 | 0 | 101010 | 11000 | 1111101 | 101010 | 111010 |
Color Harmonies of #68C270
Complementary color
Monochromatic Colors of #68C270
Black with #68C270
Text Example
Text Example
White with #68C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C270; }
p { color: rgb(104,194,112); }
H1.HeaderClassName
{
color: #68C270;
}
.AnyTagClassName
{
color: #68C270;
}
</style>
background-color css
<style>
a { background-color: #68C270; }
a { background-color: rgb(104,194,112); }
div.DivClassName
{
background-color: #68C270;
}
.BgClassName
{
background-color: #68C270;
}
</style>
border-color css
<style>
span { border-color: #68C270; }
span { border-color: rgb(104,194,112); }
td.TdClassName
{
border-color: #68C270;
}
.TagClassName
{
border-color: #68C270;
}
</style>