Shades of Fern #70B167
Tints of Fern #70B167
RGB
CMYK
RGB Variations
Color information
#70B167 (or 0x70B167) is known color: Fern. HEX triplet: 70, B1 and 67. RGB value is (112,177,103). Sum of RGB (Red+Green+Blue) = 112+177+103=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #70B167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B167 is #8F4E98. Grayscale: #959595. Windows color (decimal): -9391769 or 6795632. OLE color: 6795632.
HSL color Cylindrical-coordinate representation of color #70B167: hue angle of 112.7º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70B167 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 177 | 103 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.31 |
| HSL | 112.7º | 0.32% | 0.55% | - |
| HSV(B) | 112.7º | 0.42% | 0.69% | - |
| XYZ | 24.85 | 35.87 | 18.45 | - |
| YUV | 149.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 177 | 103 | 0.37 | 0 | 0.42 | 0.31 | 112.7 | 0.32 | 0.55 |
| Hex | 70 | B1 | 67 | 25 | 0 | 2A | 1F | 71 | 20 | 37 |
| Octal | 160 | 261 | 147 | 45 | 0 | 52 | 37 | 161 | 40 | 67 |
| Binary | 1110000 | 10110001 | 1100111 | 100101 | 0 | 101010 | 11111 | 1110001 | 100000 | 110111 |
Color Harmonies of #70B167
Complementary color
Monochromatic Colors of #70B167
Black with #70B167
Text Example
Text Example
White with #70B167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B167; }
p { color: rgb(112,177,103); }
H1.HeaderClassName
{
color: #70B167;
}
.AnyTagClassName
{
color: #70B167;
}
</style>
background-color css
<style>
a { background-color: #70B167; }
a { background-color: rgb(112,177,103); }
div.DivClassName
{
background-color: #70B167;
}
.BgClassName
{
background-color: #70B167;
}
</style>
border-color css
<style>
span { border-color: #70B167; }
span { border-color: rgb(112,177,103); }
td.TdClassName
{
border-color: #70B167;
}
.TagClassName
{
border-color: #70B167;
}
</style>