Shades of Fern #70B87C
Tints of Fern #70B87C
RGB
CMYK
RGB Variations
Color information
#70B87C (or 0x70B87C) is known color: Fern. HEX triplet: 70, B8 and 7C. RGB value is (112,184,124). Sum of RGB (Red+Green+Blue) = 112+184+124=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #70B87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B87C is #8F4783. Grayscale: #9B9B9B. Windows color (decimal): -9389956 or 8173680. OLE color: 8173680.
HSL color Cylindrical-coordinate representation of color #70B87C: hue angle of 130º 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 #70B87C is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 124 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.28 |
| HSL | 130º | 0.34% | 0.58% | - |
| HSV(B) | 130º | 0.39% | 0.72% | - |
| XYZ | 27.46 | 39.18 | 25.18 | - |
| YUV | 155.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 124 | 0.39 | 0 | 0.33 | 0.28 | 130 | 0.34 | 0.58 |
| Hex | 70 | B8 | 7C | 27 | 0 | 21 | 1C | 82 | 22 | 3A |
| Octal | 160 | 270 | 174 | 47 | 0 | 41 | 34 | 202 | 42 | 72 |
| Binary | 1110000 | 10111000 | 1111100 | 100111 | 0 | 100001 | 11100 | 10000010 | 100010 | 111010 |
Color Harmonies of #70B87C
Complementary color
Monochromatic Colors of #70B87C
Black with #70B87C
Text Example
Text Example
White with #70B87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B87C; }
p { color: rgb(112,184,124); }
H1.HeaderClassName
{
color: #70B87C;
}
.AnyTagClassName
{
color: #70B87C;
}
</style>
background-color css
<style>
a { background-color: #70B87C; }
a { background-color: rgb(112,184,124); }
div.DivClassName
{
background-color: #70B87C;
}
.BgClassName
{
background-color: #70B87C;
}
</style>
border-color css
<style>
span { border-color: #70B87C; }
span { border-color: rgb(112,184,124); }
td.TdClassName
{
border-color: #70B87C;
}
.TagClassName
{
border-color: #70B87C;
}
</style>