Shades of Fern #68BA7E
Tints of Fern #68BA7E
RGB
CMYK
RGB Variations
Color information
#68BA7E (or 0x68BA7E) is known color: Fern. HEX triplet: 68, BA and 7E. RGB value is (104,186,126). Sum of RGB (Red+Green+Blue) = 104+186+126=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA7E is #974581. Grayscale: #9A9A9A. Windows color (decimal): -9913730 or 8305256. OLE color: 8305256.
HSL color Cylindrical-coordinate representation of color #68BA7E: hue angle of 136.1º 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 #68BA7E is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 126 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.27 |
| HSL | 136.1º | 0.37% | 0.57% | - |
| HSV(B) | 136.1º | 0.44% | 0.73% | - |
| XYZ | 27.03 | 39.57 | 25.95 | - |
| YUV | 154.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 126 | 0.44 | 0 | 0.32 | 0.27 | 136.1 | 0.37 | 0.57 |
| Hex | 68 | BA | 7E | 2C | 0 | 20 | 1B | 88 | 25 | 39 |
| Octal | 150 | 272 | 176 | 54 | 0 | 40 | 33 | 210 | 45 | 71 |
| Binary | 1101000 | 10111010 | 1111110 | 101100 | 0 | 100000 | 11011 | 10001000 | 100101 | 111001 |
Color Harmonies of #68BA7E
Complementary color
Monochromatic Colors of #68BA7E
Black with #68BA7E
Text Example
Text Example
White with #68BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA7E; }
p { color: rgb(104,186,126); }
H1.HeaderClassName
{
color: #68BA7E;
}
.AnyTagClassName
{
color: #68BA7E;
}
</style>
background-color css
<style>
a { background-color: #68BA7E; }
a { background-color: rgb(104,186,126); }
div.DivClassName
{
background-color: #68BA7E;
}
.BgClassName
{
background-color: #68BA7E;
}
</style>
border-color css
<style>
span { border-color: #68BA7E; }
span { border-color: rgb(104,186,126); }
td.TdClassName
{
border-color: #68BA7E;
}
.TagClassName
{
border-color: #68BA7E;
}
</style>