Shades of Fern #68BA6F
Tints of Fern #68BA6F
RGB
CMYK
RGB Variations
Color information
#68BA6F (or 0x68BA6F) is known color: Fern. HEX triplet: 68, BA and 6F. RGB value is (104,186,111). Sum of RGB (Red+Green+Blue) = 104+186+111=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA6F is #974590. Grayscale: #999999. Windows color (decimal): -9913745 or 7322216. OLE color: 7322216.
HSL color Cylindrical-coordinate representation of color #68BA6F: hue angle of 125.12º 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 #68BA6F is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 111 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.27 |
| HSL | 125.12º | 0.37% | 0.57% | - |
| HSV(B) | 125.12º | 0.44% | 0.73% | - |
| XYZ | 26.14 | 39.21 | 21.23 | - |
| YUV | 152.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 111 | 0.44 | 0 | 0.40 | 0.27 | 125.12 | 0.37 | 0.57 |
| Hex | 68 | BA | 6F | 2C | 0 | 28 | 1B | 7D | 25 | 39 |
| Octal | 150 | 272 | 157 | 54 | 0 | 50 | 33 | 175 | 45 | 71 |
| Binary | 1101000 | 10111010 | 1101111 | 101100 | 0 | 101000 | 11011 | 1111101 | 100101 | 111001 |
Color Harmonies of #68BA6F
Complementary color
Monochromatic Colors of #68BA6F
Black with #68BA6F
Text Example
Text Example
White with #68BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA6F; }
p { color: rgb(104,186,111); }
H1.HeaderClassName
{
color: #68BA6F;
}
.AnyTagClassName
{
color: #68BA6F;
}
</style>
background-color css
<style>
a { background-color: #68BA6F; }
a { background-color: rgb(104,186,111); }
div.DivClassName
{
background-color: #68BA6F;
}
.BgClassName
{
background-color: #68BA6F;
}
</style>
border-color css
<style>
span { border-color: #68BA6F; }
span { border-color: rgb(104,186,111); }
td.TdClassName
{
border-color: #68BA6F;
}
.TagClassName
{
border-color: #68BA6F;
}
</style>