Shades of Fern #68BA71
Tints of Fern #68BA71
RGB
CMYK
RGB Variations
Color information
#68BA71 (or 0x68BA71) is known color: Fern. HEX triplet: 68, BA and 71. RGB value is (104,186,113). Sum of RGB (Red+Green+Blue) = 104+186+113=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA71 is #97458E. Grayscale: #999999. Windows color (decimal): -9913743 or 7453288. OLE color: 7453288.
HSL color Cylindrical-coordinate representation of color #68BA71: hue angle of 126.59º degrees, saturation: 0.37, 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 #68BA71 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 113 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.27 |
| HSL | 126.59º | 0.37% | 0.57% | - |
| HSV(B) | 126.59º | 0.44% | 0.73% | - |
| XYZ | 26.25 | 39.25 | 21.82 | - |
| YUV | 153.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 113 | 0.44 | 0 | 0.39 | 0.27 | 126.59 | 0.37 | 0.57 |
| Hex | 68 | BA | 71 | 2C | 0 | 27 | 1B | 7F | 25 | 39 |
| Octal | 150 | 272 | 161 | 54 | 0 | 47 | 33 | 177 | 45 | 71 |
| Binary | 1101000 | 10111010 | 1110001 | 101100 | 0 | 100111 | 11011 | 1111111 | 100101 | 111001 |
Color Harmonies of #68BA71
Complementary color
Monochromatic Colors of #68BA71
Black with #68BA71
Text Example
Text Example
White with #68BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA71; }
p { color: rgb(104,186,113); }
H1.HeaderClassName
{
color: #68BA71;
}
.AnyTagClassName
{
color: #68BA71;
}
</style>
background-color css
<style>
a { background-color: #68BA71; }
a { background-color: rgb(104,186,113); }
div.DivClassName
{
background-color: #68BA71;
}
.BgClassName
{
background-color: #68BA71;
}
</style>
border-color css
<style>
span { border-color: #68BA71; }
span { border-color: rgb(104,186,113); }
td.TdClassName
{
border-color: #68BA71;
}
.TagClassName
{
border-color: #68BA71;
}
</style>