Shades of Fern #70BA7C
Tints of Fern #70BA7C
RGB
CMYK
RGB Variations
Color information
#70BA7C (or 0x70BA7C) is known color: Fern. HEX triplet: 70, BA and 7C. RGB value is (112,186,124). Sum of RGB (Red+Green+Blue) = 112+186+124=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA7C is #8F4583. Grayscale: #9C9C9C. Windows color (decimal): -9389444 or 8174192. OLE color: 8174192.
HSL color Cylindrical-coordinate representation of color #70BA7C: hue angle of 129.73º 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 #70BA7C is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 124 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.27 |
| HSL | 129.73º | 0.35% | 0.58% | - |
| HSV(B) | 129.73º | 0.4% | 0.73% | - |
| XYZ | 27.88 | 40.02 | 25.32 | - |
| YUV | 156.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 124 | 0.40 | 0 | 0.33 | 0.27 | 129.73 | 0.35 | 0.58 |
| Hex | 70 | BA | 7C | 28 | 0 | 21 | 1B | 82 | 23 | 3A |
| Octal | 160 | 272 | 174 | 50 | 0 | 41 | 33 | 202 | 43 | 72 |
| Binary | 1110000 | 10111010 | 1111100 | 101000 | 0 | 100001 | 11011 | 10000010 | 100011 | 111010 |
Color Harmonies of #70BA7C
Complementary color
Monochromatic Colors of #70BA7C
Black with #70BA7C
Text Example
Text Example
White with #70BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA7C; }
p { color: rgb(112,186,124); }
H1.HeaderClassName
{
color: #70BA7C;
}
.AnyTagClassName
{
color: #70BA7C;
}
</style>
background-color css
<style>
a { background-color: #70BA7C; }
a { background-color: rgb(112,186,124); }
div.DivClassName
{
background-color: #70BA7C;
}
.BgClassName
{
background-color: #70BA7C;
}
</style>
border-color css
<style>
span { border-color: #70BA7C; }
span { border-color: rgb(112,186,124); }
td.TdClassName
{
border-color: #70BA7C;
}
.TagClassName
{
border-color: #70BA7C;
}
</style>