Shades of Fern #70B57D
Tints of Fern #70B57D
RGB
CMYK
RGB Variations
Color information
#70B57D (or 0x70B57D) is known color: Fern. HEX triplet: 70, B5 and 7D. RGB value is (112,181,125). Sum of RGB (Red+Green+Blue) = 112+181+125=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #70B57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B57D is #8F4A82. Grayscale: #9A9A9A. Windows color (decimal): -9390723 or 8238448. OLE color: 8238448.
HSL color Cylindrical-coordinate representation of color #70B57D: hue angle of 131.3º degrees, saturation: 0.32, 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 #70B57D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 125 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.29 |
| HSL | 131.3º | 0.32% | 0.57% | - |
| HSV(B) | 131.3º | 0.38% | 0.71% | - |
| XYZ | 26.91 | 37.97 | 25.31 | - |
| YUV | 153.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 125 | 0.38 | 0 | 0.31 | 0.29 | 131.3 | 0.32 | 0.57 |
| Hex | 70 | B5 | 7D | 26 | 0 | 1F | 1D | 83 | 20 | 39 |
| Octal | 160 | 265 | 175 | 46 | 0 | 37 | 35 | 203 | 40 | 71 |
| Binary | 1110000 | 10110101 | 1111101 | 100110 | 0 | 11111 | 11101 | 10000011 | 100000 | 111001 |
Color Harmonies of #70B57D
Complementary color
Monochromatic Colors of #70B57D
Black with #70B57D
Text Example
Text Example
White with #70B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B57D; }
p { color: rgb(112,181,125); }
H1.HeaderClassName
{
color: #70B57D;
}
.AnyTagClassName
{
color: #70B57D;
}
</style>
background-color css
<style>
a { background-color: #70B57D; }
a { background-color: rgb(112,181,125); }
div.DivClassName
{
background-color: #70B57D;
}
.BgClassName
{
background-color: #70B57D;
}
</style>
border-color css
<style>
span { border-color: #70B57D; }
span { border-color: rgb(112,181,125); }
td.TdClassName
{
border-color: #70B57D;
}
.TagClassName
{
border-color: #70B57D;
}
</style>