Shades of Fern #68BD7D
Tints of Fern #68BD7D
RGB
CMYK
RGB Variations
Color information
#68BD7D (or 0x68BD7D) is known color: Fern. HEX triplet: 68, BD and 7D. RGB value is (104,189,125). Sum of RGB (Red+Green+Blue) = 104+189+125=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD7D is #974282. Grayscale: #9C9C9C. Windows color (decimal): -9912963 or 8240488. OLE color: 8240488.
HSL color Cylindrical-coordinate representation of color #68BD7D: hue angle of 134.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BD7D is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 125 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.26 |
| HSL | 134.82º | 0.39% | 0.57% | - |
| HSV(B) | 134.82º | 0.45% | 0.74% | - |
| XYZ | 27.61 | 40.82 | 25.83 | - |
| YUV | 156.29 | 110.34 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 125 | 0.45 | 0 | 0.34 | 0.26 | 134.82 | 0.39 | 0.57 |
| Hex | 68 | BD | 7D | 2D | 0 | 22 | 1A | 87 | 27 | 39 |
| Octal | 150 | 275 | 175 | 55 | 0 | 42 | 32 | 207 | 47 | 71 |
| Binary | 1101000 | 10111101 | 1111101 | 101101 | 0 | 100010 | 11010 | 10000111 | 100111 | 111001 |
Color Harmonies of #68BD7D
Complementary color
Monochromatic Colors of #68BD7D
Black with #68BD7D
Text Example
Text Example
White with #68BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD7D; }
p { color: rgb(104,189,125); }
H1.HeaderClassName
{
color: #68BD7D;
}
.AnyTagClassName
{
color: #68BD7D;
}
</style>
background-color css
<style>
a { background-color: #68BD7D; }
a { background-color: rgb(104,189,125); }
div.DivClassName
{
background-color: #68BD7D;
}
.BgClassName
{
background-color: #68BD7D;
}
</style>
border-color css
<style>
span { border-color: #68BD7D; }
span { border-color: rgb(104,189,125); }
td.TdClassName
{
border-color: #68BD7D;
}
.TagClassName
{
border-color: #68BD7D;
}
</style>