Shades of Fern #70C177
Tints of Fern #70C177
RGB
CMYK
RGB Variations
Color information
#70C177 (or 0x70C177) is known color: Fern. HEX triplet: 70, C1 and 77. RGB value is (112,193,119). Sum of RGB (Red+Green+Blue) = 112+193+119=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #70C177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C177 is #8F3E88. Grayscale: #A0A0A0. Windows color (decimal): -9387657 or 7848304. OLE color: 7848304.
HSL color Cylindrical-coordinate representation of color #70C177: hue angle of 125.19º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C177 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 119 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.24 |
| HSL | 125.19º | 0.4% | 0.6% | - |
| HSV(B) | 125.19º | 0.42% | 0.76% | - |
| XYZ | 29.08 | 42.92 | 24.2 | - |
| YUV | 160.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 119 | 0.42 | 0 | 0.38 | 0.24 | 125.19 | 0.4 | 0.6 |
| Hex | 70 | C1 | 77 | 2A | 0 | 26 | 18 | 7D | 28 | 3C |
| Octal | 160 | 301 | 167 | 52 | 0 | 46 | 30 | 175 | 50 | 74 |
| Binary | 1110000 | 11000001 | 1110111 | 101010 | 0 | 100110 | 11000 | 1111101 | 101000 | 111100 |
Color Harmonies of #70C177
Complementary color
Monochromatic Colors of #70C177
Black with #70C177
Text Example
Text Example
White with #70C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C177; }
p { color: rgb(112,193,119); }
H1.HeaderClassName
{
color: #70C177;
}
.AnyTagClassName
{
color: #70C177;
}
</style>
background-color css
<style>
a { background-color: #70C177; }
a { background-color: rgb(112,193,119); }
div.DivClassName
{
background-color: #70C177;
}
.BgClassName
{
background-color: #70C177;
}
</style>
border-color css
<style>
span { border-color: #70C177; }
span { border-color: rgb(112,193,119); }
td.TdClassName
{
border-color: #70C177;
}
.TagClassName
{
border-color: #70C177;
}
</style>