Shades of Fern #68BB72
Tints of Fern #68BB72
RGB
CMYK
RGB Variations
Color information
#68BB72 (or 0x68BB72) is known color: Fern. HEX triplet: 68, BB and 72. RGB value is (104,187,114). Sum of RGB (Red+Green+Blue) = 104+187+114=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BB72 is #97448D. Grayscale: #9A9A9A. Windows color (decimal): -9913486 or 7519080. OLE color: 7519080.
HSL color Cylindrical-coordinate representation of color #68BB72: hue angle of 127.23º degrees, saturation: 0.38, 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 #68BB72 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 114 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.27 |
| HSL | 127.23º | 0.38% | 0.57% | - |
| HSV(B) | 127.23º | 0.44% | 0.73% | - |
| XYZ | 26.52 | 39.7 | 22.18 | - |
| YUV | 153.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 114 | 0.44 | 0 | 0.39 | 0.27 | 127.23 | 0.38 | 0.57 |
| Hex | 68 | BB | 72 | 2C | 0 | 27 | 1B | 7F | 26 | 39 |
| Octal | 150 | 273 | 162 | 54 | 0 | 47 | 33 | 177 | 46 | 71 |
| Binary | 1101000 | 10111011 | 1110010 | 101100 | 0 | 100111 | 11011 | 1111111 | 100110 | 111001 |
Color Harmonies of #68BB72
Complementary color
Monochromatic Colors of #68BB72
Black with #68BB72
Text Example
Text Example
White with #68BB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB72; }
p { color: rgb(104,187,114); }
H1.HeaderClassName
{
color: #68BB72;
}
.AnyTagClassName
{
color: #68BB72;
}
</style>
background-color css
<style>
a { background-color: #68BB72; }
a { background-color: rgb(104,187,114); }
div.DivClassName
{
background-color: #68BB72;
}
.BgClassName
{
background-color: #68BB72;
}
</style>
border-color css
<style>
span { border-color: #68BB72; }
span { border-color: rgb(104,187,114); }
td.TdClassName
{
border-color: #68BB72;
}
.TagClassName
{
border-color: #68BB72;
}
</style>