Shades of Fern #70BA78
Tints of Fern #70BA78
RGB
CMYK
RGB Variations
Color information
#70BA78 (or 0x70BA78) is known color: Fern. HEX triplet: 70, BA and 78. RGB value is (112,186,120). Sum of RGB (Red+Green+Blue) = 112+186+120=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA78 is #8F4587. Grayscale: #9C9C9C. Windows color (decimal): -9389448 or 7912048. OLE color: 7912048.
HSL color Cylindrical-coordinate representation of color #70BA78: hue angle of 126.49º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA78 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 120 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.27 |
| HSL | 126.49º | 0.35% | 0.58% | - |
| HSV(B) | 126.49º | 0.4% | 0.73% | - |
| XYZ | 27.63 | 39.92 | 24.02 | - |
| YUV | 156.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 120 | 0.40 | 0 | 0.35 | 0.27 | 126.49 | 0.35 | 0.58 |
| Hex | 70 | BA | 78 | 28 | 0 | 23 | 1B | 7E | 23 | 3A |
| Octal | 160 | 272 | 170 | 50 | 0 | 43 | 33 | 176 | 43 | 72 |
| Binary | 1110000 | 10111010 | 1111000 | 101000 | 0 | 100011 | 11011 | 1111110 | 100011 | 111010 |
Color Harmonies of #70BA78
Complementary color
Monochromatic Colors of #70BA78
Black with #70BA78
Text Example
Text Example
White with #70BA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA78; }
p { color: rgb(112,186,120); }
H1.HeaderClassName
{
color: #70BA78;
}
.AnyTagClassName
{
color: #70BA78;
}
</style>
background-color css
<style>
a { background-color: #70BA78; }
a { background-color: rgb(112,186,120); }
div.DivClassName
{
background-color: #70BA78;
}
.BgClassName
{
background-color: #70BA78;
}
</style>
border-color css
<style>
span { border-color: #70BA78; }
span { border-color: rgb(112,186,120); }
td.TdClassName
{
border-color: #70BA78;
}
.TagClassName
{
border-color: #70BA78;
}
</style>