Shades of Fern #70B878
Tints of Fern #70B878
RGB
CMYK
RGB Variations
Color information
#70B878 (or 0x70B878) is known color: Fern. HEX triplet: 70, B8 and 78. RGB value is (112,184,120). Sum of RGB (Red+Green+Blue) = 112+184+120=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #70B878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B878 is #8F4787. Grayscale: #9B9B9B. Windows color (decimal): -9389960 or 7911536. OLE color: 7911536.
HSL color Cylindrical-coordinate representation of color #70B878: hue angle of 126.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B878 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 120 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.28 |
| HSL | 126.67º | 0.34% | 0.58% | - |
| HSV(B) | 126.67º | 0.39% | 0.72% | - |
| XYZ | 27.21 | 39.08 | 23.88 | - |
| YUV | 155.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 120 | 0.39 | 0 | 0.35 | 0.28 | 126.67 | 0.34 | 0.58 |
| Hex | 70 | B8 | 78 | 27 | 0 | 23 | 1C | 7F | 22 | 3A |
| Octal | 160 | 270 | 170 | 47 | 0 | 43 | 34 | 177 | 42 | 72 |
| Binary | 1110000 | 10111000 | 1111000 | 100111 | 0 | 100011 | 11100 | 1111111 | 100010 | 111010 |
Color Harmonies of #70B878
Complementary color
Monochromatic Colors of #70B878
Black with #70B878
Text Example
Text Example
White with #70B878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B878; }
p { color: rgb(112,184,120); }
H1.HeaderClassName
{
color: #70B878;
}
.AnyTagClassName
{
color: #70B878;
}
</style>
background-color css
<style>
a { background-color: #70B878; }
a { background-color: rgb(112,184,120); }
div.DivClassName
{
background-color: #70B878;
}
.BgClassName
{
background-color: #70B878;
}
</style>
border-color css
<style>
span { border-color: #70B878; }
span { border-color: rgb(112,184,120); }
td.TdClassName
{
border-color: #70B878;
}
.TagClassName
{
border-color: #70B878;
}
</style>