Shades of Fern #68BB71
Tints of Fern #68BB71
RGB
CMYK
RGB Variations
Color information
#68BB71 (or 0x68BB71) is known color: Fern. HEX triplet: 68, BB and 71. RGB value is (104,187,113). Sum of RGB (Red+Green+Blue) = 104+187+113=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BB71 is #97448E. Grayscale: #999999. Windows color (decimal): -9913487 or 7453544. OLE color: 7453544.
HSL color Cylindrical-coordinate representation of color #68BB71: hue angle of 126.51º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BB71 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 113 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.27 |
| HSL | 126.51º | 0.38% | 0.57% | - |
| HSV(B) | 126.51º | 0.44% | 0.73% | - |
| XYZ | 26.46 | 39.68 | 21.89 | - |
| YUV | 153.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 113 | 0.44 | 0 | 0.40 | 0.27 | 126.51 | 0.38 | 0.57 |
| Hex | 68 | BB | 71 | 2C | 0 | 28 | 1B | 7F | 26 | 39 |
| Octal | 150 | 273 | 161 | 54 | 0 | 50 | 33 | 177 | 46 | 71 |
| Binary | 1101000 | 10111011 | 1110001 | 101100 | 0 | 101000 | 11011 | 1111111 | 100110 | 111001 |
Color Harmonies of #68BB71
Complementary color
Monochromatic Colors of #68BB71
Black with #68BB71
Text Example
Text Example
White with #68BB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB71; }
p { color: rgb(104,187,113); }
H1.HeaderClassName
{
color: #68BB71;
}
.AnyTagClassName
{
color: #68BB71;
}
</style>
background-color css
<style>
a { background-color: #68BB71; }
a { background-color: rgb(104,187,113); }
div.DivClassName
{
background-color: #68BB71;
}
.BgClassName
{
background-color: #68BB71;
}
</style>
border-color css
<style>
span { border-color: #68BB71; }
span { border-color: rgb(104,187,113); }
td.TdClassName
{
border-color: #68BB71;
}
.TagClassName
{
border-color: #68BB71;
}
</style>