Shades of Fern #68BD76
Tints of Fern #68BD76
RGB
CMYK
RGB Variations
Color information
#68BD76 (or 0x68BD76) is known color: Fern. HEX triplet: 68, BD and 76. RGB value is (104,189,118). Sum of RGB (Red+Green+Blue) = 104+189+118=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD76 is #974289. Grayscale: #9B9B9B. Windows color (decimal): -9912970 or 7781736. OLE color: 7781736.
HSL color Cylindrical-coordinate representation of color #68BD76: hue angle of 129.88º 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 #68BD76 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 118 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.26 |
| HSL | 129.88º | 0.39% | 0.57% | - |
| HSV(B) | 129.88º | 0.45% | 0.74% | - |
| XYZ | 27.18 | 40.65 | 23.55 | - |
| YUV | 155.49 | 106.84 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 118 | 0.45 | 0 | 0.38 | 0.26 | 129.88 | 0.39 | 0.57 |
| Hex | 68 | BD | 76 | 2D | 0 | 26 | 1A | 82 | 27 | 39 |
| Octal | 150 | 275 | 166 | 55 | 0 | 46 | 32 | 202 | 47 | 71 |
| Binary | 1101000 | 10111101 | 1110110 | 101101 | 0 | 100110 | 11010 | 10000010 | 100111 | 111001 |
Color Harmonies of #68BD76
Complementary color
Monochromatic Colors of #68BD76
Black with #68BD76
Text Example
Text Example
White with #68BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD76; }
p { color: rgb(104,189,118); }
H1.HeaderClassName
{
color: #68BD76;
}
.AnyTagClassName
{
color: #68BD76;
}
</style>
background-color css
<style>
a { background-color: #68BD76; }
a { background-color: rgb(104,189,118); }
div.DivClassName
{
background-color: #68BD76;
}
.BgClassName
{
background-color: #68BD76;
}
</style>
border-color css
<style>
span { border-color: #68BD76; }
span { border-color: rgb(104,189,118); }
td.TdClassName
{
border-color: #68BD76;
}
.TagClassName
{
border-color: #68BD76;
}
</style>