Shades of Fern #70B97A
Tints of Fern #70B97A
RGB
CMYK
RGB Variations
Color information
#70B97A (or 0x70B97A) is known color: Fern. HEX triplet: 70, B9 and 7A. RGB value is (112,185,122). Sum of RGB (Red+Green+Blue) = 112+185+122=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #70B97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B97A is #8F4685. Grayscale: #9C9C9C. Windows color (decimal): -9389702 or 8042864. OLE color: 8042864.
HSL color Cylindrical-coordinate representation of color #70B97A: hue angle of 128.22º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B97A is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 122 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.27 |
| HSL | 128.22º | 0.34% | 0.58% | - |
| HSV(B) | 128.22º | 0.39% | 0.73% | - |
| XYZ | 27.54 | 39.55 | 24.59 | - |
| YUV | 155.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 122 | 0.39 | 0 | 0.34 | 0.27 | 128.22 | 0.34 | 0.58 |
| Hex | 70 | B9 | 7A | 27 | 0 | 22 | 1B | 80 | 22 | 3A |
| Octal | 160 | 271 | 172 | 47 | 0 | 42 | 33 | 200 | 42 | 72 |
| Binary | 1110000 | 10111001 | 1111010 | 100111 | 0 | 100010 | 11011 | 10000000 | 100010 | 111010 |
Color Harmonies of #70B97A
Complementary color
Monochromatic Colors of #70B97A
Black with #70B97A
Text Example
Text Example
White with #70B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B97A; }
p { color: rgb(112,185,122); }
H1.HeaderClassName
{
color: #70B97A;
}
.AnyTagClassName
{
color: #70B97A;
}
</style>
background-color css
<style>
a { background-color: #70B97A; }
a { background-color: rgb(112,185,122); }
div.DivClassName
{
background-color: #70B97A;
}
.BgClassName
{
background-color: #70B97A;
}
</style>
border-color css
<style>
span { border-color: #70B97A; }
span { border-color: rgb(112,185,122); }
td.TdClassName
{
border-color: #70B97A;
}
.TagClassName
{
border-color: #70B97A;
}
</style>