Shades of Fern #68C171
Tints of Fern #68C171
RGB
CMYK
RGB Variations
Color information
#68C171 (or 0x68C171) is known color: Fern. HEX triplet: 68, C1 and 71. RGB value is (104,193,113). Sum of RGB (Red+Green+Blue) = 104+193+113=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #68C171 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C171 is #973E8E. Grayscale: #9D9D9D. Windows color (decimal): -9911951 or 7455080. OLE color: 7455080.
HSL color Cylindrical-coordinate representation of color #68C171: hue angle of 126.07º 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 #68C171 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 113 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.24 |
| HSL | 126.07º | 0.42% | 0.58% | - |
| HSV(B) | 126.07º | 0.46% | 0.76% | - |
| XYZ | 27.76 | 42.28 | 22.32 | - |
| YUV | 157.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 113 | 0.46 | 0 | 0.41 | 0.24 | 126.07 | 0.42 | 0.58 |
| Hex | 68 | C1 | 71 | 2E | 0 | 29 | 18 | 7E | 2A | 3A |
| Octal | 150 | 301 | 161 | 56 | 0 | 51 | 30 | 176 | 52 | 72 |
| Binary | 1101000 | 11000001 | 1110001 | 101110 | 0 | 101001 | 11000 | 1111110 | 101010 | 111010 |
Color Harmonies of #68C171
Complementary color
Monochromatic Colors of #68C171
Black with #68C171
Text Example
Text Example
White with #68C171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C171; }
p { color: rgb(104,193,113); }
H1.HeaderClassName
{
color: #68C171;
}
.AnyTagClassName
{
color: #68C171;
}
</style>
background-color css
<style>
a { background-color: #68C171; }
a { background-color: rgb(104,193,113); }
div.DivClassName
{
background-color: #68C171;
}
.BgClassName
{
background-color: #68C171;
}
</style>
border-color css
<style>
span { border-color: #68C171; }
span { border-color: rgb(104,193,113); }
td.TdClassName
{
border-color: #68C171;
}
.TagClassName
{
border-color: #68C171;
}
</style>