Shades of Fern #70C673
Tints of Fern #70C673
RGB
CMYK
RGB Variations
Color information
#70C673 (or 0x70C673) is known color: Fern. HEX triplet: 70, C6 and 73. RGB value is (112,198,115). Sum of RGB (Red+Green+Blue) = 112+198+115=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #70C673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C673 is #8F398C. Grayscale: #A3A3A3. Windows color (decimal): -9386381 or 7587440. OLE color: 7587440.
HSL color Cylindrical-coordinate representation of color #70C673: hue angle of 122.09º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C673 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 198 | 115 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.22 |
| HSL | 122.09º | 0.43% | 0.61% | - |
| HSV(B) | 122.09º | 0.43% | 0.78% | - |
| XYZ | 29.97 | 45.07 | 23.34 | - |
| YUV | 162.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 198 | 115 | 0.43 | 0 | 0.42 | 0.22 | 122.09 | 0.43 | 0.61 |
| Hex | 70 | C6 | 73 | 2B | 0 | 2A | 16 | 7A | 2B | 3D |
| Octal | 160 | 306 | 163 | 53 | 0 | 52 | 26 | 172 | 53 | 75 |
| Binary | 1110000 | 11000110 | 1110011 | 101011 | 0 | 101010 | 10110 | 1111010 | 101011 | 111101 |
Color Harmonies of #70C673
Complementary color
Monochromatic Colors of #70C673
Black with #70C673
Text Example
Text Example
White with #70C673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C673; }
p { color: rgb(112,198,115); }
H1.HeaderClassName
{
color: #70C673;
}
.AnyTagClassName
{
color: #70C673;
}
</style>
background-color css
<style>
a { background-color: #70C673; }
a { background-color: rgb(112,198,115); }
div.DivClassName
{
background-color: #70C673;
}
.BgClassName
{
background-color: #70C673;
}
</style>
border-color css
<style>
span { border-color: #70C673; }
span { border-color: rgb(112,198,115); }
td.TdClassName
{
border-color: #70C673;
}
.TagClassName
{
border-color: #70C673;
}
</style>