Shades of Fern #70B87B
Tints of Fern #70B87B
RGB
CMYK
RGB Variations
Color information
#70B87B (or 0x70B87B) is known color: Fern. HEX triplet: 70, B8 and 7B. RGB value is (112,184,123). Sum of RGB (Red+Green+Blue) = 112+184+123=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 184 - color contains mainly: green. Hex color #70B87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B87B is #8F4784. Grayscale: #9B9B9B. Windows color (decimal): -9389957 or 8108144. OLE color: 8108144.
HSL color Cylindrical-coordinate representation of color #70B87B: hue angle of 129.17º degrees, saturation: 0.34, 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 #70B87B is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 123 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.28 |
| HSL | 129.17º | 0.34% | 0.58% | - |
| HSV(B) | 129.17º | 0.39% | 0.72% | - |
| XYZ | 27.4 | 39.16 | 24.85 | - |
| YUV | 155.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 123 | 0.39 | 0 | 0.33 | 0.28 | 129.17 | 0.34 | 0.58 |
| Hex | 70 | B8 | 7B | 27 | 0 | 21 | 1C | 81 | 22 | 3A |
| Octal | 160 | 270 | 173 | 47 | 0 | 41 | 34 | 201 | 42 | 72 |
| Binary | 1110000 | 10111000 | 1111011 | 100111 | 0 | 100001 | 11100 | 10000001 | 100010 | 111010 |
Color Harmonies of #70B87B
Complementary color
Monochromatic Colors of #70B87B
Black with #70B87B
Text Example
Text Example
White with #70B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B87B; }
p { color: rgb(112,184,123); }
H1.HeaderClassName
{
color: #70B87B;
}
.AnyTagClassName
{
color: #70B87B;
}
</style>
background-color css
<style>
a { background-color: #70B87B; }
a { background-color: rgb(112,184,123); }
div.DivClassName
{
background-color: #70B87B;
}
.BgClassName
{
background-color: #70B87B;
}
</style>
border-color css
<style>
span { border-color: #70B87B; }
span { border-color: rgb(112,184,123); }
td.TdClassName
{
border-color: #70B87B;
}
.TagClassName
{
border-color: #70B87B;
}
</style>