Shades of Fern #70AF6C
Tints of Fern #70AF6C
RGB
CMYK
RGB Variations
Color information
#70AF6C (or 0x70AF6C) is known color: Fern. HEX triplet: 70, AF and 6C. RGB value is (112,175,108). Sum of RGB (Red+Green+Blue) = 112+175+108=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF6C is #8F5093. Grayscale: #949494. Windows color (decimal): -9392276 or 7122800. OLE color: 7122800.
HSL color Cylindrical-coordinate representation of color #70AF6C: hue angle of 116.42º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70AF6C is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 108 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.31 |
| HSL | 116.42º | 0.3% | 0.55% | - |
| HSV(B) | 116.42º | 0.38% | 0.69% | - |
| XYZ | 24.72 | 35.19 | 19.68 | - |
| YUV | 148.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 108 | 0.36 | 0 | 0.38 | 0.31 | 116.42 | 0.3 | 0.55 |
| Hex | 70 | AF | 6C | 24 | 0 | 26 | 1F | 74 | 1E | 37 |
| Octal | 160 | 257 | 154 | 44 | 0 | 46 | 37 | 164 | 36 | 67 |
| Binary | 1110000 | 10101111 | 1101100 | 100100 | 0 | 100110 | 11111 | 1110100 | 11110 | 110111 |
Color Harmonies of #70AF6C
Complementary color
Monochromatic Colors of #70AF6C
Black with #70AF6C
Text Example
Text Example
White with #70AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF6C; }
p { color: rgb(112,175,108); }
H1.HeaderClassName
{
color: #70AF6C;
}
.AnyTagClassName
{
color: #70AF6C;
}
</style>
background-color css
<style>
a { background-color: #70AF6C; }
a { background-color: rgb(112,175,108); }
div.DivClassName
{
background-color: #70AF6C;
}
.BgClassName
{
background-color: #70AF6C;
}
</style>
border-color css
<style>
span { border-color: #70AF6C; }
span { border-color: rgb(112,175,108); }
td.TdClassName
{
border-color: #70AF6C;
}
.TagClassName
{
border-color: #70AF6C;
}
</style>