Shades of Fern #70C07B
Tints of Fern #70C07B
RGB
CMYK
RGB Variations
Color information
#70C07B (or 0x70C07B) is known color: Fern. HEX triplet: 70, C0 and 7B. RGB value is (112,192,123). Sum of RGB (Red+Green+Blue) = 112+192+123=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #70C07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C07B is #8F3F84. Grayscale: #A0A0A0. Windows color (decimal): -9387909 or 8110192. OLE color: 8110192.
HSL color Cylindrical-coordinate representation of color #70C07B: hue angle of 128.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C07B is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 123 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.25 |
| HSL | 128.25º | 0.39% | 0.6% | - |
| HSV(B) | 128.25º | 0.42% | 0.75% | - |
| XYZ | 29.11 | 42.57 | 25.42 | - |
| YUV | 160.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 123 | 0.42 | 0 | 0.36 | 0.25 | 128.25 | 0.39 | 0.6 |
| Hex | 70 | C0 | 7B | 2A | 0 | 24 | 19 | 80 | 27 | 3C |
| Octal | 160 | 300 | 173 | 52 | 0 | 44 | 31 | 200 | 47 | 74 |
| Binary | 1110000 | 11000000 | 1111011 | 101010 | 0 | 100100 | 11001 | 10000000 | 100111 | 111100 |
Color Harmonies of #70C07B
Complementary color
Monochromatic Colors of #70C07B
Black with #70C07B
Text Example
Text Example
White with #70C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C07B; }
p { color: rgb(112,192,123); }
H1.HeaderClassName
{
color: #70C07B;
}
.AnyTagClassName
{
color: #70C07B;
}
</style>
background-color css
<style>
a { background-color: #70C07B; }
a { background-color: rgb(112,192,123); }
div.DivClassName
{
background-color: #70C07B;
}
.BgClassName
{
background-color: #70C07B;
}
</style>
border-color css
<style>
span { border-color: #70C07B; }
span { border-color: rgb(112,192,123); }
td.TdClassName
{
border-color: #70C07B;
}
.TagClassName
{
border-color: #70C07B;
}
</style>