Shades of Fern #70BA76
Tints of Fern #70BA76
RGB
CMYK
RGB Variations
Color information
#70BA76 (or 0x70BA76) is known color: Fern. HEX triplet: 70, BA and 76. RGB value is (112,186,118). Sum of RGB (Red+Green+Blue) = 112+186+118=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA76 is #8F4589. Grayscale: #9C9C9C. Windows color (decimal): -9389450 or 7780976. OLE color: 7780976.
HSL color Cylindrical-coordinate representation of color #70BA76: hue angle of 124.86º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA76 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 118 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.27 |
| HSL | 124.86º | 0.35% | 0.58% | - |
| HSV(B) | 124.86º | 0.4% | 0.73% | - |
| XYZ | 27.51 | 39.87 | 23.39 | - |
| YUV | 156.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 118 | 0.40 | 0 | 0.37 | 0.27 | 124.86 | 0.35 | 0.58 |
| Hex | 70 | BA | 76 | 28 | 0 | 25 | 1B | 7D | 23 | 3A |
| Octal | 160 | 272 | 166 | 50 | 0 | 45 | 33 | 175 | 43 | 72 |
| Binary | 1110000 | 10111010 | 1110110 | 101000 | 0 | 100101 | 11011 | 1111101 | 100011 | 111010 |
Color Harmonies of #70BA76
Complementary color
Monochromatic Colors of #70BA76
Black with #70BA76
Text Example
Text Example
White with #70BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA76; }
p { color: rgb(112,186,118); }
H1.HeaderClassName
{
color: #70BA76;
}
.AnyTagClassName
{
color: #70BA76;
}
</style>
background-color css
<style>
a { background-color: #70BA76; }
a { background-color: rgb(112,186,118); }
div.DivClassName
{
background-color: #70BA76;
}
.BgClassName
{
background-color: #70BA76;
}
</style>
border-color css
<style>
span { border-color: #70BA76; }
span { border-color: rgb(112,186,118); }
td.TdClassName
{
border-color: #70BA76;
}
.TagClassName
{
border-color: #70BA76;
}
</style>