Shades of Fern #70BC78
Tints of Fern #70BC78
RGB
CMYK
RGB Variations
Color information
#70BC78 (or 0x70BC78) is known color: Fern. HEX triplet: 70, BC and 78. RGB value is (112,188,120). Sum of RGB (Red+Green+Blue) = 112+188+120=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC78 is #8F4387. Grayscale: #9D9D9D. Windows color (decimal): -9388936 or 7912560. OLE color: 7912560.
HSL color Cylindrical-coordinate representation of color #70BC78: hue angle of 126.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC78 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 120 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.26 |
| HSL | 126.32º | 0.36% | 0.59% | - |
| HSV(B) | 126.32º | 0.4% | 0.74% | - |
| XYZ | 28.06 | 40.77 | 24.16 | - |
| YUV | 157.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 120 | 0.40 | 0 | 0.36 | 0.26 | 126.32 | 0.36 | 0.59 |
| Hex | 70 | BC | 78 | 28 | 0 | 24 | 1A | 7E | 24 | 3B |
| Octal | 160 | 274 | 170 | 50 | 0 | 44 | 32 | 176 | 44 | 73 |
| Binary | 1110000 | 10111100 | 1111000 | 101000 | 0 | 100100 | 11010 | 1111110 | 100100 | 111011 |
Color Harmonies of #70BC78
Complementary color
Monochromatic Colors of #70BC78
Black with #70BC78
Text Example
Text Example
White with #70BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC78; }
p { color: rgb(112,188,120); }
H1.HeaderClassName
{
color: #70BC78;
}
.AnyTagClassName
{
color: #70BC78;
}
</style>
background-color css
<style>
a { background-color: #70BC78; }
a { background-color: rgb(112,188,120); }
div.DivClassName
{
background-color: #70BC78;
}
.BgClassName
{
background-color: #70BC78;
}
</style>
border-color css
<style>
span { border-color: #70BC78; }
span { border-color: rgb(112,188,120); }
td.TdClassName
{
border-color: #70BC78;
}
.TagClassName
{
border-color: #70BC78;
}
</style>