Shades of Fern #70BA79
Tints of Fern #70BA79
RGB
CMYK
RGB Variations
Color information
#70BA79 (or 0x70BA79) is known color: Fern. HEX triplet: 70, BA and 79. RGB value is (112,186,121). Sum of RGB (Red+Green+Blue) = 112+186+121=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA79 is #8F4586. Grayscale: #9C9C9C. Windows color (decimal): -9389447 or 7977584. OLE color: 7977584.
HSL color Cylindrical-coordinate representation of color #70BA79: hue angle of 127.3º 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 #70BA79 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 121 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.27 |
| HSL | 127.3º | 0.35% | 0.58% | - |
| HSV(B) | 127.3º | 0.4% | 0.73% | - |
| XYZ | 27.69 | 39.94 | 24.34 | - |
| YUV | 156.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 121 | 0.40 | 0 | 0.35 | 0.27 | 127.3 | 0.35 | 0.58 |
| Hex | 70 | BA | 79 | 28 | 0 | 23 | 1B | 7F | 23 | 3A |
| Octal | 160 | 272 | 171 | 50 | 0 | 43 | 33 | 177 | 43 | 72 |
| Binary | 1110000 | 10111010 | 1111001 | 101000 | 0 | 100011 | 11011 | 1111111 | 100011 | 111010 |
Color Harmonies of #70BA79
Complementary color
Monochromatic Colors of #70BA79
Black with #70BA79
Text Example
Text Example
White with #70BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA79; }
p { color: rgb(112,186,121); }
H1.HeaderClassName
{
color: #70BA79;
}
.AnyTagClassName
{
color: #70BA79;
}
</style>
background-color css
<style>
a { background-color: #70BA79; }
a { background-color: rgb(112,186,121); }
div.DivClassName
{
background-color: #70BA79;
}
.BgClassName
{
background-color: #70BA79;
}
</style>
border-color css
<style>
span { border-color: #70BA79; }
span { border-color: rgb(112,186,121); }
td.TdClassName
{
border-color: #70BA79;
}
.TagClassName
{
border-color: #70BA79;
}
</style>