Shades of Fern #70B773
Tints of Fern #70B773
RGB
CMYK
RGB Variations
Color information
#70B773 (or 0x70B773) is known color: Fern. HEX triplet: 70, B7 and 73. RGB value is (112,183,115). Sum of RGB (Red+Green+Blue) = 112+183+115=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #70B773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B773 is #8F488C. Grayscale: #9A9A9A. Windows color (decimal): -9390221 or 7583600. OLE color: 7583600.
HSL color Cylindrical-coordinate representation of color #70B773: hue angle of 122.54º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B773 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 115 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.28 |
| HSL | 122.54º | 0.33% | 0.58% | - |
| HSV(B) | 122.54º | 0.39% | 0.72% | - |
| XYZ | 26.71 | 38.55 | 22.25 | - |
| YUV | 154.02 | 105.98 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 115 | 0.39 | 0 | 0.37 | 0.28 | 122.54 | 0.33 | 0.58 |
| Hex | 70 | B7 | 73 | 27 | 0 | 25 | 1C | 7B | 21 | 3A |
| Octal | 160 | 267 | 163 | 47 | 0 | 45 | 34 | 173 | 41 | 72 |
| Binary | 1110000 | 10110111 | 1110011 | 100111 | 0 | 100101 | 11100 | 1111011 | 100001 | 111010 |
Color Harmonies of #70B773
Complementary color
Monochromatic Colors of #70B773
Black with #70B773
Text Example
Text Example
White with #70B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B773; }
p { color: rgb(112,183,115); }
H1.HeaderClassName
{
color: #70B773;
}
.AnyTagClassName
{
color: #70B773;
}
</style>
background-color css
<style>
a { background-color: #70B773; }
a { background-color: rgb(112,183,115); }
div.DivClassName
{
background-color: #70B773;
}
.BgClassName
{
background-color: #70B773;
}
</style>
border-color css
<style>
span { border-color: #70B773; }
span { border-color: rgb(112,183,115); }
td.TdClassName
{
border-color: #70B773;
}
.TagClassName
{
border-color: #70B773;
}
</style>