Shades of Fern #68B975
Tints of Fern #68B975
RGB
CMYK
RGB Variations
Color information
#68B975 (or 0x68B975) is known color: Fern. HEX triplet: 68, B9 and 75. RGB value is (104,185,117). Sum of RGB (Red+Green+Blue) = 104+185+117=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #68B975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B975 is #97468A. Grayscale: #999999. Windows color (decimal): -9913995 or 7715176. OLE color: 7715176.
HSL color Cylindrical-coordinate representation of color #68B975: hue angle of 129.63º 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 #68B975 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 117 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.27 |
| HSL | 129.63º | 0.37% | 0.57% | - |
| HSV(B) | 129.63º | 0.44% | 0.73% | - |
| XYZ | 26.27 | 38.93 | 22.96 | - |
| YUV | 153.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 117 | 0.44 | 0 | 0.37 | 0.27 | 129.63 | 0.37 | 0.57 |
| Hex | 68 | B9 | 75 | 2C | 0 | 25 | 1B | 82 | 25 | 39 |
| Octal | 150 | 271 | 165 | 54 | 0 | 45 | 33 | 202 | 45 | 71 |
| Binary | 1101000 | 10111001 | 1110101 | 101100 | 0 | 100101 | 11011 | 10000010 | 100101 | 111001 |
Color Harmonies of #68B975
Complementary color
Monochromatic Colors of #68B975
Black with #68B975
Text Example
Text Example
White with #68B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B975; }
p { color: rgb(104,185,117); }
H1.HeaderClassName
{
color: #68B975;
}
.AnyTagClassName
{
color: #68B975;
}
</style>
background-color css
<style>
a { background-color: #68B975; }
a { background-color: rgb(104,185,117); }
div.DivClassName
{
background-color: #68B975;
}
.BgClassName
{
background-color: #68B975;
}
</style>
border-color css
<style>
span { border-color: #68B975; }
span { border-color: rgb(104,185,117); }
td.TdClassName
{
border-color: #68B975;
}
.TagClassName
{
border-color: #68B975;
}
</style>