Shades of Fern #70B375
Tints of Fern #70B375
RGB
CMYK
RGB Variations
Color information
#70B375 (or 0x70B375) is known color: Fern. HEX triplet: 70, B3 and 75. RGB value is (112,179,117). Sum of RGB (Red+Green+Blue) = 112+179+117=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #70B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B375 is #8F4C8A. Grayscale: #989898. Windows color (decimal): -9391243 or 7713648. OLE color: 7713648.
HSL color Cylindrical-coordinate representation of color #70B375: hue angle of 124.48º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B375 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 117 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.30 |
| HSL | 124.48º | 0.31% | 0.57% | - |
| HSV(B) | 124.48º | 0.37% | 0.7% | - |
| XYZ | 26.01 | 36.97 | 22.59 | - |
| YUV | 151.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 117 | 0.37 | 0 | 0.35 | 0.30 | 124.48 | 0.31 | 0.57 |
| Hex | 70 | B3 | 75 | 25 | 0 | 23 | 1E | 7C | 1F | 39 |
| Octal | 160 | 263 | 165 | 45 | 0 | 43 | 36 | 174 | 37 | 71 |
| Binary | 1110000 | 10110011 | 1110101 | 100101 | 0 | 100011 | 11110 | 1111100 | 11111 | 111001 |
Color Harmonies of #70B375
Complementary color
Monochromatic Colors of #70B375
Black with #70B375
Text Example
Text Example
White with #70B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B375; }
p { color: rgb(112,179,117); }
H1.HeaderClassName
{
color: #70B375;
}
.AnyTagClassName
{
color: #70B375;
}
</style>
background-color css
<style>
a { background-color: #70B375; }
a { background-color: rgb(112,179,117); }
div.DivClassName
{
background-color: #70B375;
}
.BgClassName
{
background-color: #70B375;
}
</style>
border-color css
<style>
span { border-color: #70B375; }
span { border-color: rgb(112,179,117); }
td.TdClassName
{
border-color: #70B375;
}
.TagClassName
{
border-color: #70B375;
}
</style>