Shades of Fern #70B669
Tints of Fern #70B669
RGB
CMYK
RGB Variations
Color information
#70B669 (or 0x70B669) is known color: Fern. HEX triplet: 70, B6 and 69. RGB value is (112,182,105). Sum of RGB (Red+Green+Blue) = 112+182+105=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #70B669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B669 is #8F4996. Grayscale: #989898. Windows color (decimal): -9390487 or 6927984. OLE color: 6927984.
HSL color Cylindrical-coordinate representation of color #70B669: hue angle of 114.55º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70B669 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 182 | 105 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.29 |
| HSL | 114.55º | 0.35% | 0.56% | - |
| HSV(B) | 114.55º | 0.42% | 0.71% | - |
| XYZ | 25.96 | 37.92 | 19.32 | - |
| YUV | 152.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 182 | 105 | 0.38 | 0 | 0.42 | 0.29 | 114.55 | 0.35 | 0.56 |
| Hex | 70 | B6 | 69 | 26 | 0 | 2A | 1D | 73 | 23 | 38 |
| Octal | 160 | 266 | 151 | 46 | 0 | 52 | 35 | 163 | 43 | 70 |
| Binary | 1110000 | 10110110 | 1101001 | 100110 | 0 | 101010 | 11101 | 1110011 | 100011 | 111000 |
Color Harmonies of #70B669
Complementary color
Monochromatic Colors of #70B669
Black with #70B669
Text Example
Text Example
White with #70B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B669; }
p { color: rgb(112,182,105); }
H1.HeaderClassName
{
color: #70B669;
}
.AnyTagClassName
{
color: #70B669;
}
</style>
background-color css
<style>
a { background-color: #70B669; }
a { background-color: rgb(112,182,105); }
div.DivClassName
{
background-color: #70B669;
}
.BgClassName
{
background-color: #70B669;
}
</style>
border-color css
<style>
span { border-color: #70B669; }
span { border-color: rgb(112,182,105); }
td.TdClassName
{
border-color: #70B669;
}
.TagClassName
{
border-color: #70B669;
}
</style>