Shades of Fern #68BC72
Tints of Fern #68BC72
RGB
CMYK
RGB Variations
Color information
#68BC72 (or 0x68BC72) is known color: Fern. HEX triplet: 68, BC and 72. RGB value is (104,188,114). Sum of RGB (Red+Green+Blue) = 104+188+114=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC72 is #97438D. Grayscale: #9A9A9A. Windows color (decimal): -9913230 or 7519336. OLE color: 7519336.
HSL color Cylindrical-coordinate representation of color #68BC72: hue angle of 127.14º 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 #68BC72 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 114 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.26 |
| HSL | 127.14º | 0.39% | 0.57% | - |
| HSV(B) | 127.14º | 0.45% | 0.74% | - |
| XYZ | 26.73 | 40.12 | 22.26 | - |
| YUV | 154.45 | 105.17 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 114 | 0.45 | 0 | 0.39 | 0.26 | 127.14 | 0.39 | 0.57 |
| Hex | 68 | BC | 72 | 2D | 0 | 27 | 1A | 7F | 27 | 39 |
| Octal | 150 | 274 | 162 | 55 | 0 | 47 | 32 | 177 | 47 | 71 |
| Binary | 1101000 | 10111100 | 1110010 | 101101 | 0 | 100111 | 11010 | 1111111 | 100111 | 111001 |
Color Harmonies of #68BC72
Complementary color
Monochromatic Colors of #68BC72
Black with #68BC72
Text Example
Text Example
White with #68BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC72; }
p { color: rgb(104,188,114); }
H1.HeaderClassName
{
color: #68BC72;
}
.AnyTagClassName
{
color: #68BC72;
}
</style>
background-color css
<style>
a { background-color: #68BC72; }
a { background-color: rgb(104,188,114); }
div.DivClassName
{
background-color: #68BC72;
}
.BgClassName
{
background-color: #68BC72;
}
</style>
border-color css
<style>
span { border-color: #68BC72; }
span { border-color: rgb(104,188,114); }
td.TdClassName
{
border-color: #68BC72;
}
.TagClassName
{
border-color: #68BC72;
}
</style>