Shades of Fern #70B57A
Tints of Fern #70B57A
RGB
CMYK
RGB Variations
Color information
#70B57A (or 0x70B57A) is known color: Fern. HEX triplet: 70, B5 and 7A. RGB value is (112,181,122). Sum of RGB (Red+Green+Blue) = 112+181+122=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 181 - color contains mainly: green. Hex color #70B57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B57A is #8F4A85. Grayscale: #999999. Windows color (decimal): -9390726 or 8041840. OLE color: 8041840.
HSL color Cylindrical-coordinate representation of color #70B57A: hue angle of 128.7º 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 #70B57A is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 122 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.29 |
| HSL | 128.7º | 0.32% | 0.57% | - |
| HSV(B) | 128.7º | 0.38% | 0.71% | - |
| XYZ | 26.72 | 37.9 | 24.32 | - |
| YUV | 153.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 122 | 0.38 | 0 | 0.33 | 0.29 | 128.7 | 0.32 | 0.57 |
| Hex | 70 | B5 | 7A | 26 | 0 | 21 | 1D | 81 | 20 | 39 |
| Octal | 160 | 265 | 172 | 46 | 0 | 41 | 35 | 201 | 40 | 71 |
| Binary | 1110000 | 10110101 | 1111010 | 100110 | 0 | 100001 | 11101 | 10000001 | 100000 | 111001 |
Color Harmonies of #70B57A
Complementary color
Monochromatic Colors of #70B57A
Black with #70B57A
Text Example
Text Example
White with #70B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B57A; }
p { color: rgb(112,181,122); }
H1.HeaderClassName
{
color: #70B57A;
}
.AnyTagClassName
{
color: #70B57A;
}
</style>
background-color css
<style>
a { background-color: #70B57A; }
a { background-color: rgb(112,181,122); }
div.DivClassName
{
background-color: #70B57A;
}
.BgClassName
{
background-color: #70B57A;
}
</style>
border-color css
<style>
span { border-color: #70B57A; }
span { border-color: rgb(112,181,122); }
td.TdClassName
{
border-color: #70B57A;
}
.TagClassName
{
border-color: #70B57A;
}
</style>