Shades of Fern #70B172
Tints of Fern #70B172
RGB
CMYK
RGB Variations
Color information
#70B172 (or 0x70B172) is known color: Fern. HEX triplet: 70, B1 and 72. RGB value is (112,177,114). Sum of RGB (Red+Green+Blue) = 112+177+114=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #70B172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B172 is #8F4E8D. Grayscale: #969696. Windows color (decimal): -9391758 or 7516528. OLE color: 7516528.
HSL color Cylindrical-coordinate representation of color #70B172: hue angle of 121.85º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B172 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 177 | 114 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.31 |
| HSL | 121.85º | 0.29% | 0.57% | - |
| HSV(B) | 121.85º | 0.37% | 0.69% | - |
| XYZ | 25.44 | 36.1 | 21.55 | - |
| YUV | 150.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 177 | 114 | 0.37 | 0 | 0.36 | 0.31 | 121.85 | 0.29 | 0.57 |
| Hex | 70 | B1 | 72 | 25 | 0 | 24 | 1F | 7A | 1D | 39 |
| Octal | 160 | 261 | 162 | 45 | 0 | 44 | 37 | 172 | 35 | 71 |
| Binary | 1110000 | 10110001 | 1110010 | 100101 | 0 | 100100 | 11111 | 1111010 | 11101 | 111001 |
Color Harmonies of #70B172
Complementary color
Monochromatic Colors of #70B172
Black with #70B172
Text Example
Text Example
White with #70B172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B172; }
p { color: rgb(112,177,114); }
H1.HeaderClassName
{
color: #70B172;
}
.AnyTagClassName
{
color: #70B172;
}
</style>
background-color css
<style>
a { background-color: #70B172; }
a { background-color: rgb(112,177,114); }
div.DivClassName
{
background-color: #70B172;
}
.BgClassName
{
background-color: #70B172;
}
</style>
border-color css
<style>
span { border-color: #70B172; }
span { border-color: rgb(112,177,114); }
td.TdClassName
{
border-color: #70B172;
}
.TagClassName
{
border-color: #70B172;
}
</style>