Shades of Fern #68A871
Tints of Fern #68A871
RGB
CMYK
RGB Variations
Color information
#68A871 (or 0x68A871) is known color: Fern. HEX triplet: 68, A8 and 71. RGB value is (104,168,113). Sum of RGB (Red+Green+Blue) = 104+168+113=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #68A871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A871 is #97578E. Grayscale: #8E8E8E. Windows color (decimal): -9918351 or 7448680. OLE color: 7448680.
HSL color Cylindrical-coordinate representation of color #68A871: hue angle of 128.44º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A871 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 113 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.34 |
| HSL | 128.44º | 0.27% | 0.53% | - |
| HSV(B) | 128.44º | 0.38% | 0.66% | - |
| XYZ | 22.69 | 32.14 | 20.63 | - |
| YUV | 142.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 113 | 0.38 | 0 | 0.33 | 0.34 | 128.44 | 0.27 | 0.53 |
| Hex | 68 | A8 | 71 | 26 | 0 | 21 | 22 | 80 | 1B | 35 |
| Octal | 150 | 250 | 161 | 46 | 0 | 41 | 42 | 200 | 33 | 65 |
| Binary | 1101000 | 10101000 | 1110001 | 100110 | 0 | 100001 | 100010 | 10000000 | 11011 | 110101 |
Color Harmonies of #68A871
Complementary color
Monochromatic Colors of #68A871
Black with #68A871
Text Example
Text Example
White with #68A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A871; }
p { color: rgb(104,168,113); }
H1.HeaderClassName
{
color: #68A871;
}
.AnyTagClassName
{
color: #68A871;
}
</style>
background-color css
<style>
a { background-color: #68A871; }
a { background-color: rgb(104,168,113); }
div.DivClassName
{
background-color: #68A871;
}
.BgClassName
{
background-color: #68A871;
}
</style>
border-color css
<style>
span { border-color: #68A871; }
span { border-color: rgb(104,168,113); }
td.TdClassName
{
border-color: #68A871;
}
.TagClassName
{
border-color: #68A871;
}
</style>