Shades of Fern #70BB7A
Tints of Fern #70BB7A
RGB
CMYK
RGB Variations
Color information
#70BB7A (or 0x70BB7A) is known color: Fern. HEX triplet: 70, BB and 7A. RGB value is (112,187,122). Sum of RGB (Red+Green+Blue) = 112+187+122=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB7A is #8F4485. Grayscale: #9D9D9D. Windows color (decimal): -9389190 or 8043376. OLE color: 8043376.
HSL color Cylindrical-coordinate representation of color #70BB7A: hue angle of 128º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BB7A is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 122 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.27 |
| HSL | 128º | 0.36% | 0.59% | - |
| HSV(B) | 128º | 0.4% | 0.73% | - |
| XYZ | 27.97 | 40.39 | 24.73 | - |
| YUV | 157.17 | 108.15 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 122 | 0.40 | 0 | 0.35 | 0.27 | 128 | 0.36 | 0.59 |
| Hex | 70 | BB | 7A | 28 | 0 | 23 | 1B | 80 | 24 | 3B |
| Octal | 160 | 273 | 172 | 50 | 0 | 43 | 33 | 200 | 44 | 73 |
| Binary | 1110000 | 10111011 | 1111010 | 101000 | 0 | 100011 | 11011 | 10000000 | 100100 | 111011 |
Color Harmonies of #70BB7A
Complementary color
Monochromatic Colors of #70BB7A
Black with #70BB7A
Text Example
Text Example
White with #70BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BB7A; }
p { color: rgb(112,187,122); }
H1.HeaderClassName
{
color: #70BB7A;
}
.AnyTagClassName
{
color: #70BB7A;
}
</style>
background-color css
<style>
a { background-color: #70BB7A; }
a { background-color: rgb(112,187,122); }
div.DivClassName
{
background-color: #70BB7A;
}
.BgClassName
{
background-color: #70BB7A;
}
</style>
border-color css
<style>
span { border-color: #70BB7A; }
span { border-color: rgb(112,187,122); }
td.TdClassName
{
border-color: #70BB7A;
}
.TagClassName
{
border-color: #70BB7A;
}
</style>