Shades of Fern #68C871
Tints of Fern #68C871
RGB
CMYK
RGB Variations
Color information
#68C871 (or 0x68C871) is known color: Fern. HEX triplet: 68, C8 and 71. RGB value is (104,200,113). Sum of RGB (Red+Green+Blue) = 104+200+113=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #68C871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C871 is #97378E. Grayscale: #A1A1A1. Windows color (decimal): -9910159 or 7456872. OLE color: 7456872.
HSL color Cylindrical-coordinate representation of color #68C871: hue angle of 125.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C871 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 113 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.22 |
| HSL | 125.63º | 0.47% | 0.6% | - |
| HSV(B) | 125.63º | 0.48% | 0.78% | - |
| XYZ | 29.34 | 45.44 | 22.85 | - |
| YUV | 161.38 | 100.7 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 113 | 0.48 | 0 | 0.44 | 0.22 | 125.63 | 0.47 | 0.6 |
| Hex | 68 | C8 | 71 | 30 | 0 | 2C | 16 | 7E | 2F | 3C |
| Octal | 150 | 310 | 161 | 60 | 0 | 54 | 26 | 176 | 57 | 74 |
| Binary | 1101000 | 11001000 | 1110001 | 110000 | 0 | 101100 | 10110 | 1111110 | 101111 | 111100 |
Color Harmonies of #68C871
Complementary color
Monochromatic Colors of #68C871
Black with #68C871
Text Example
Text Example
White with #68C871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C871; }
p { color: rgb(104,200,113); }
H1.HeaderClassName
{
color: #68C871;
}
.AnyTagClassName
{
color: #68C871;
}
</style>
background-color css
<style>
a { background-color: #68C871; }
a { background-color: rgb(104,200,113); }
div.DivClassName
{
background-color: #68C871;
}
.BgClassName
{
background-color: #68C871;
}
</style>
border-color css
<style>
span { border-color: #68C871; }
span { border-color: rgb(104,200,113); }
td.TdClassName
{
border-color: #68C871;
}
.TagClassName
{
border-color: #68C871;
}
</style>