Shades of Fern #70AF6B
Tints of Fern #70AF6B
RGB
CMYK
RGB Variations
Color information
#70AF6B (or 0x70AF6B) is known color: Fern. HEX triplet: 70, AF and 6B. RGB value is (112,175,107). Sum of RGB (Red+Green+Blue) = 112+175+107=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF6B is #8F5094. Grayscale: #949494. Windows color (decimal): -9392277 or 7057264. OLE color: 7057264.
HSL color Cylindrical-coordinate representation of color #70AF6B: hue angle of 115.59º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70AF6B is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 107 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.31 |
| HSL | 115.59º | 0.3% | 0.55% | - |
| HSV(B) | 115.59º | 0.39% | 0.69% | - |
| XYZ | 24.67 | 35.17 | 19.4 | - |
| YUV | 148.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 107 | 0.36 | 0 | 0.39 | 0.31 | 115.59 | 0.3 | 0.55 |
| Hex | 70 | AF | 6B | 24 | 0 | 27 | 1F | 74 | 1E | 37 |
| Octal | 160 | 257 | 153 | 44 | 0 | 47 | 37 | 164 | 36 | 67 |
| Binary | 1110000 | 10101111 | 1101011 | 100100 | 0 | 100111 | 11111 | 1110100 | 11110 | 110111 |
Color Harmonies of #70AF6B
Complementary color
Monochromatic Colors of #70AF6B
Black with #70AF6B
Text Example
Text Example
White with #70AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF6B; }
p { color: rgb(112,175,107); }
H1.HeaderClassName
{
color: #70AF6B;
}
.AnyTagClassName
{
color: #70AF6B;
}
</style>
background-color css
<style>
a { background-color: #70AF6B; }
a { background-color: rgb(112,175,107); }
div.DivClassName
{
background-color: #70AF6B;
}
.BgClassName
{
background-color: #70AF6B;
}
</style>
border-color css
<style>
span { border-color: #70AF6B; }
span { border-color: rgb(112,175,107); }
td.TdClassName
{
border-color: #70AF6B;
}
.TagClassName
{
border-color: #70AF6B;
}
</style>