Shades of Fern #70BA66
Tints of Fern #70BA66
RGB
CMYK
RGB Variations
Color information
#70BA66 (or 0x70BA66) is known color: Fern. HEX triplet: 70, BA and 66. RGB value is (112,186,102). Sum of RGB (Red+Green+Blue) = 112+186+102=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA66 is #8F4599. Grayscale: #9A9A9A. Windows color (decimal): -9389466 or 6732400. OLE color: 6732400.
HSL color Cylindrical-coordinate representation of color #70BA66: hue angle of 112.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70BA66 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 102 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.27 |
| HSL | 112.86º | 0.38% | 0.56% | - |
| HSV(B) | 112.86º | 0.45% | 0.73% | - |
| XYZ | 26.64 | 39.52 | 18.79 | - |
| YUV | 154.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 102 | 0.40 | 0 | 0.45 | 0.27 | 112.86 | 0.38 | 0.56 |
| Hex | 70 | BA | 66 | 28 | 0 | 2D | 1B | 71 | 26 | 38 |
| Octal | 160 | 272 | 146 | 50 | 0 | 55 | 33 | 161 | 46 | 70 |
| Binary | 1110000 | 10111010 | 1100110 | 101000 | 0 | 101101 | 11011 | 1110001 | 100110 | 111000 |
Color Harmonies of #70BA66
Complementary color
Monochromatic Colors of #70BA66
Black with #70BA66
Text Example
Text Example
White with #70BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA66; }
p { color: rgb(112,186,102); }
H1.HeaderClassName
{
color: #70BA66;
}
.AnyTagClassName
{
color: #70BA66;
}
</style>
background-color css
<style>
a { background-color: #70BA66; }
a { background-color: rgb(112,186,102); }
div.DivClassName
{
background-color: #70BA66;
}
.BgClassName
{
background-color: #70BA66;
}
</style>
border-color css
<style>
span { border-color: #70BA66; }
span { border-color: rgb(112,186,102); }
td.TdClassName
{
border-color: #70BA66;
}
.TagClassName
{
border-color: #70BA66;
}
</style>