Shades of Fern #70BA7B
Tints of Fern #70BA7B
RGB
CMYK
RGB Variations
Color information
#70BA7B (or 0x70BA7B) is known color: Fern. HEX triplet: 70, BA and 7B. RGB value is (112,186,123). Sum of RGB (Red+Green+Blue) = 112+186+123=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA7B is #8F4584. Grayscale: #9C9C9C. Windows color (decimal): -9389445 or 8108656. OLE color: 8108656.
HSL color Cylindrical-coordinate representation of color #70BA7B: hue angle of 128.92º 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 #70BA7B is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 123 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.27 |
| HSL | 128.92º | 0.35% | 0.58% | - |
| HSV(B) | 128.92º | 0.4% | 0.73% | - |
| XYZ | 27.82 | 39.99 | 24.99 | - |
| YUV | 156.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 123 | 0.40 | 0 | 0.34 | 0.27 | 128.92 | 0.35 | 0.58 |
| Hex | 70 | BA | 7B | 28 | 0 | 22 | 1B | 81 | 23 | 3A |
| Octal | 160 | 272 | 173 | 50 | 0 | 42 | 33 | 201 | 43 | 72 |
| Binary | 1110000 | 10111010 | 1111011 | 101000 | 0 | 100010 | 11011 | 10000001 | 100011 | 111010 |
Color Harmonies of #70BA7B
Complementary color
Monochromatic Colors of #70BA7B
Black with #70BA7B
Text Example
Text Example
White with #70BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA7B; }
p { color: rgb(112,186,123); }
H1.HeaderClassName
{
color: #70BA7B;
}
.AnyTagClassName
{
color: #70BA7B;
}
</style>
background-color css
<style>
a { background-color: #70BA7B; }
a { background-color: rgb(112,186,123); }
div.DivClassName
{
background-color: #70BA7B;
}
.BgClassName
{
background-color: #70BA7B;
}
</style>
border-color css
<style>
span { border-color: #70BA7B; }
span { border-color: rgb(112,186,123); }
td.TdClassName
{
border-color: #70BA7B;
}
.TagClassName
{
border-color: #70BA7B;
}
</style>