Shades of Fern #68B972
Tints of Fern #68B972
RGB
CMYK
RGB Variations
Color information
#68B972 (or 0x68B972) is known color: Fern. HEX triplet: 68, B9 and 72. RGB value is (104,185,114). Sum of RGB (Red+Green+Blue) = 104+185+114=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #68B972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B972 is #97468D. Grayscale: #989898. Windows color (decimal): -9913998 or 7518568. OLE color: 7518568.
HSL color Cylindrical-coordinate representation of color #68B972: hue angle of 127.41º 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 #68B972 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 114 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.27 |
| HSL | 127.41º | 0.37% | 0.57% | - |
| HSV(B) | 127.41º | 0.44% | 0.73% | - |
| XYZ | 26.1 | 38.86 | 22.04 | - |
| YUV | 152.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 114 | 0.44 | 0 | 0.38 | 0.27 | 127.41 | 0.37 | 0.57 |
| Hex | 68 | B9 | 72 | 2C | 0 | 26 | 1B | 7F | 25 | 39 |
| Octal | 150 | 271 | 162 | 54 | 0 | 46 | 33 | 177 | 45 | 71 |
| Binary | 1101000 | 10111001 | 1110010 | 101100 | 0 | 100110 | 11011 | 1111111 | 100101 | 111001 |
Color Harmonies of #68B972
Complementary color
Monochromatic Colors of #68B972
Black with #68B972
Text Example
Text Example
White with #68B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B972; }
p { color: rgb(104,185,114); }
H1.HeaderClassName
{
color: #68B972;
}
.AnyTagClassName
{
color: #68B972;
}
</style>
background-color css
<style>
a { background-color: #68B972; }
a { background-color: rgb(104,185,114); }
div.DivClassName
{
background-color: #68B972;
}
.BgClassName
{
background-color: #68B972;
}
</style>
border-color css
<style>
span { border-color: #68B972; }
span { border-color: rgb(104,185,114); }
td.TdClassName
{
border-color: #68B972;
}
.TagClassName
{
border-color: #68B972;
}
</style>