Shades of Fern #70B374
Tints of Fern #70B374
RGB
CMYK
RGB Variations
Color information
#70B374 (or 0x70B374) is known color: Fern. HEX triplet: 70, B3 and 74. RGB value is (112,179,116). Sum of RGB (Red+Green+Blue) = 112+179+116=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #70B374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B374 is #8F4C8B. Grayscale: #979797. Windows color (decimal): -9391244 or 7648112. OLE color: 7648112.
HSL color Cylindrical-coordinate representation of color #70B374: hue angle of 123.58º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B374 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 116 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.30 |
| HSL | 123.58º | 0.31% | 0.57% | - |
| HSV(B) | 123.58º | 0.37% | 0.7% | - |
| XYZ | 25.95 | 36.95 | 22.29 | - |
| YUV | 151.79 | 107.8 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 116 | 0.37 | 0 | 0.35 | 0.30 | 123.58 | 0.31 | 0.57 |
| Hex | 70 | B3 | 74 | 25 | 0 | 23 | 1E | 7C | 1F | 39 |
| Octal | 160 | 263 | 164 | 45 | 0 | 43 | 36 | 174 | 37 | 71 |
| Binary | 1110000 | 10110011 | 1110100 | 100101 | 0 | 100011 | 11110 | 1111100 | 11111 | 111001 |
Color Harmonies of #70B374
Complementary color
Monochromatic Colors of #70B374
Black with #70B374
Text Example
Text Example
White with #70B374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B374; }
p { color: rgb(112,179,116); }
H1.HeaderClassName
{
color: #70B374;
}
.AnyTagClassName
{
color: #70B374;
}
</style>
background-color css
<style>
a { background-color: #70B374; }
a { background-color: rgb(112,179,116); }
div.DivClassName
{
background-color: #70B374;
}
.BgClassName
{
background-color: #70B374;
}
</style>
border-color css
<style>
span { border-color: #70B374; }
span { border-color: rgb(112,179,116); }
td.TdClassName
{
border-color: #70B374;
}
.TagClassName
{
border-color: #70B374;
}
</style>