Shades of Fern #70BA70
Tints of Fern #70BA70
RGB
CMYK
RGB Variations
Color information
#70BA70 (or 0x70BA70) is known color: Fern. HEX triplet: 70, BA and 70. RGB value is (112,186,112). Sum of RGB (Red+Green+Blue) = 112+186+112=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA70 is #8F458F. Grayscale: #9B9B9B. Windows color (decimal): -9389456 or 7387760. OLE color: 7387760.
HSL color Cylindrical-coordinate representation of color #70BA70: hue angle of 120º 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 #70BA70 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 112 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.27 |
| HSL | 120º | 0.35% | 0.58% | - |
| HSV(B) | 120º | 0.4% | 0.73% | - |
| XYZ | 27.17 | 39.73 | 21.57 | - |
| YUV | 155.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 112 | 0.40 | 0 | 0.40 | 0.27 | 120 | 0.35 | 0.58 |
| Hex | 70 | BA | 70 | 28 | 0 | 28 | 1B | 78 | 23 | 3A |
| Octal | 160 | 272 | 160 | 50 | 0 | 50 | 33 | 170 | 43 | 72 |
| Binary | 1110000 | 10111010 | 1110000 | 101000 | 0 | 101000 | 11011 | 1111000 | 100011 | 111010 |
Color Harmonies of #70BA70
Complementary color
Monochromatic Colors of #70BA70
Black with #70BA70
Text Example
Text Example
White with #70BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA70; }
p { color: rgb(112,186,112); }
H1.HeaderClassName
{
color: #70BA70;
}
.AnyTagClassName
{
color: #70BA70;
}
</style>
background-color css
<style>
a { background-color: #70BA70; }
a { background-color: rgb(112,186,112); }
div.DivClassName
{
background-color: #70BA70;
}
.BgClassName
{
background-color: #70BA70;
}
</style>
border-color css
<style>
span { border-color: #70BA70; }
span { border-color: rgb(112,186,112); }
td.TdClassName
{
border-color: #70BA70;
}
.TagClassName
{
border-color: #70BA70;
}
</style>