Shades of Fern #70BA71
Tints of Fern #70BA71
RGB
CMYK
RGB Variations
Color information
#70BA71 (or 0x70BA71) is known color: Fern. HEX triplet: 70, BA and 71. RGB value is (112,186,113). Sum of RGB (Red+Green+Blue) = 112+186+113=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA71 is #8F458E. Grayscale: #9B9B9B. Windows color (decimal): -9389455 or 7453296. OLE color: 7453296.
HSL color Cylindrical-coordinate representation of color #70BA71: hue angle of 120.81º 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 #70BA71 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 113 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.27 |
| HSL | 120.81º | 0.35% | 0.58% | - |
| HSV(B) | 120.81º | 0.4% | 0.73% | - |
| XYZ | 27.22 | 39.75 | 21.86 | - |
| YUV | 155.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 113 | 0.40 | 0 | 0.39 | 0.27 | 120.81 | 0.35 | 0.58 |
| Hex | 70 | BA | 71 | 28 | 0 | 27 | 1B | 79 | 23 | 3A |
| Octal | 160 | 272 | 161 | 50 | 0 | 47 | 33 | 171 | 43 | 72 |
| Binary | 1110000 | 10111010 | 1110001 | 101000 | 0 | 100111 | 11011 | 1111001 | 100011 | 111010 |
Color Harmonies of #70BA71
Complementary color
Monochromatic Colors of #70BA71
Black with #70BA71
Text Example
Text Example
White with #70BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA71; }
p { color: rgb(112,186,113); }
H1.HeaderClassName
{
color: #70BA71;
}
.AnyTagClassName
{
color: #70BA71;
}
</style>
background-color css
<style>
a { background-color: #70BA71; }
a { background-color: rgb(112,186,113); }
div.DivClassName
{
background-color: #70BA71;
}
.BgClassName
{
background-color: #70BA71;
}
</style>
border-color css
<style>
span { border-color: #70BA71; }
span { border-color: rgb(112,186,113); }
td.TdClassName
{
border-color: #70BA71;
}
.TagClassName
{
border-color: #70BA71;
}
</style>