Shades of Fern #70B37B
Tints of Fern #70B37B
RGB
CMYK
RGB Variations
Color information
#70B37B (or 0x70B37B) is known color: Fern. HEX triplet: 70, B3 and 7B. RGB value is (112,179,123). Sum of RGB (Red+Green+Blue) = 112+179+123=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #70B37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B37B is #8F4C84. Grayscale: #989898. Windows color (decimal): -9391237 or 8106864. OLE color: 8106864.
HSL color Cylindrical-coordinate representation of color #70B37B: hue angle of 129.85º 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 #70B37B is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 123 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.30 |
| HSL | 129.85º | 0.31% | 0.57% | - |
| HSV(B) | 129.85º | 0.37% | 0.7% | - |
| XYZ | 26.38 | 37.12 | 24.51 | - |
| YUV | 152.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 123 | 0.37 | 0 | 0.31 | 0.30 | 129.85 | 0.31 | 0.57 |
| Hex | 70 | B3 | 7B | 25 | 0 | 1F | 1E | 82 | 1F | 39 |
| Octal | 160 | 263 | 173 | 45 | 0 | 37 | 36 | 202 | 37 | 71 |
| Binary | 1110000 | 10110011 | 1111011 | 100101 | 0 | 11111 | 11110 | 10000010 | 11111 | 111001 |
Color Harmonies of #70B37B
Complementary color
Monochromatic Colors of #70B37B
Black with #70B37B
Text Example
Text Example
White with #70B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B37B; }
p { color: rgb(112,179,123); }
H1.HeaderClassName
{
color: #70B37B;
}
.AnyTagClassName
{
color: #70B37B;
}
</style>
background-color css
<style>
a { background-color: #70B37B; }
a { background-color: rgb(112,179,123); }
div.DivClassName
{
background-color: #70B37B;
}
.BgClassName
{
background-color: #70B37B;
}
</style>
border-color css
<style>
span { border-color: #70B37B; }
span { border-color: rgb(112,179,123); }
td.TdClassName
{
border-color: #70B37B;
}
.TagClassName
{
border-color: #70B37B;
}
</style>