Shades of Fern #70B977
Tints of Fern #70B977
RGB
CMYK
RGB Variations
Color information
#70B977 (or 0x70B977) is known color: Fern. HEX triplet: 70, B9 and 77. RGB value is (112,185,119). Sum of RGB (Red+Green+Blue) = 112+185+119=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #70B977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B977 is #8F4688. Grayscale: #9B9B9B. Windows color (decimal): -9389705 or 7846256. OLE color: 7846256.
HSL color Cylindrical-coordinate representation of color #70B977: hue angle of 125.75º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B977 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 119 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.27 |
| HSL | 125.75º | 0.34% | 0.58% | - |
| HSV(B) | 125.75º | 0.39% | 0.73% | - |
| XYZ | 27.36 | 39.47 | 23.63 | - |
| YUV | 155.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 119 | 0.39 | 0 | 0.36 | 0.27 | 125.75 | 0.34 | 0.58 |
| Hex | 70 | B9 | 77 | 27 | 0 | 24 | 1B | 7E | 22 | 3A |
| Octal | 160 | 271 | 167 | 47 | 0 | 44 | 33 | 176 | 42 | 72 |
| Binary | 1110000 | 10111001 | 1110111 | 100111 | 0 | 100100 | 11011 | 1111110 | 100010 | 111010 |
Color Harmonies of #70B977
Complementary color
Monochromatic Colors of #70B977
Black with #70B977
Text Example
Text Example
White with #70B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B977; }
p { color: rgb(112,185,119); }
H1.HeaderClassName
{
color: #70B977;
}
.AnyTagClassName
{
color: #70B977;
}
</style>
background-color css
<style>
a { background-color: #70B977; }
a { background-color: rgb(112,185,119); }
div.DivClassName
{
background-color: #70B977;
}
.BgClassName
{
background-color: #70B977;
}
</style>
border-color css
<style>
span { border-color: #70B977; }
span { border-color: rgb(112,185,119); }
td.TdClassName
{
border-color: #70B977;
}
.TagClassName
{
border-color: #70B977;
}
</style>