Shades of Fern #70B47C
Tints of Fern #70B47C
RGB
CMYK
RGB Variations
Color information
#70B47C (or 0x70B47C) is known color: Fern. HEX triplet: 70, B4 and 7C. RGB value is (112,180,124). Sum of RGB (Red+Green+Blue) = 112+180+124=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #70B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B47C is #8F4B83. Grayscale: #999999. Windows color (decimal): -9390980 or 8172656. OLE color: 8172656.
HSL color Cylindrical-coordinate representation of color #70B47C: hue angle of 130.59º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B47C is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 124 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.29 |
| HSL | 130.59º | 0.31% | 0.57% | - |
| HSV(B) | 130.59º | 0.38% | 0.71% | - |
| XYZ | 26.64 | 37.54 | 24.91 | - |
| YUV | 153.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 124 | 0.38 | 0 | 0.31 | 0.29 | 130.59 | 0.31 | 0.57 |
| Hex | 70 | B4 | 7C | 26 | 0 | 1F | 1D | 83 | 1F | 39 |
| Octal | 160 | 264 | 174 | 46 | 0 | 37 | 35 | 203 | 37 | 71 |
| Binary | 1110000 | 10110100 | 1111100 | 100110 | 0 | 11111 | 11101 | 10000011 | 11111 | 111001 |
Color Harmonies of #70B47C
Complementary color
Monochromatic Colors of #70B47C
Black with #70B47C
Text Example
Text Example
White with #70B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B47C; }
p { color: rgb(112,180,124); }
H1.HeaderClassName
{
color: #70B47C;
}
.AnyTagClassName
{
color: #70B47C;
}
</style>
background-color css
<style>
a { background-color: #70B47C; }
a { background-color: rgb(112,180,124); }
div.DivClassName
{
background-color: #70B47C;
}
.BgClassName
{
background-color: #70B47C;
}
</style>
border-color css
<style>
span { border-color: #70B47C; }
span { border-color: rgb(112,180,124); }
td.TdClassName
{
border-color: #70B47C;
}
.TagClassName
{
border-color: #70B47C;
}
</style>