Shades of Fern #70B673
Tints of Fern #70B673
RGB
CMYK
RGB Variations
Color information
#70B673 (or 0x70B673) is known color: Fern. HEX triplet: 70, B6 and 73. RGB value is (112,182,115). Sum of RGB (Red+Green+Blue) = 112+182+115=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #70B673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B673 is #8F498C. Grayscale: #999999. Windows color (decimal): -9390477 or 7583344. OLE color: 7583344.
HSL color Cylindrical-coordinate representation of color #70B673: hue angle of 122.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B673 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 182 | 115 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.29 |
| HSL | 122.57º | 0.32% | 0.58% | - |
| HSV(B) | 122.57º | 0.38% | 0.71% | - |
| XYZ | 26.5 | 38.14 | 22.18 | - |
| YUV | 153.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 182 | 115 | 0.38 | 0 | 0.37 | 0.29 | 122.57 | 0.32 | 0.58 |
| Hex | 70 | B6 | 73 | 26 | 0 | 25 | 1D | 7B | 20 | 3A |
| Octal | 160 | 266 | 163 | 46 | 0 | 45 | 35 | 173 | 40 | 72 |
| Binary | 1110000 | 10110110 | 1110011 | 100110 | 0 | 100101 | 11101 | 1111011 | 100000 | 111010 |
Color Harmonies of #70B673
Complementary color
Monochromatic Colors of #70B673
Black with #70B673
Text Example
Text Example
White with #70B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B673; }
p { color: rgb(112,182,115); }
H1.HeaderClassName
{
color: #70B673;
}
.AnyTagClassName
{
color: #70B673;
}
</style>
background-color css
<style>
a { background-color: #70B673; }
a { background-color: rgb(112,182,115); }
div.DivClassName
{
background-color: #70B673;
}
.BgClassName
{
background-color: #70B673;
}
</style>
border-color css
<style>
span { border-color: #70B673; }
span { border-color: rgb(112,182,115); }
td.TdClassName
{
border-color: #70B673;
}
.TagClassName
{
border-color: #70B673;
}
</style>