Shades of Fern #6FAF6E
Tints of Fern #6FAF6E
RGB
CMYK
RGB Variations
Color information
#6FAF6E (or 0x6FAF6E) is known color: Fern. HEX triplet: 6F, AF and 6E. RGB value is (111,175,110). Sum of RGB (Red+Green+Blue) = 111+175+110=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF6E is #905091. Grayscale: #949494. Windows color (decimal): -9457810 or 7253871. OLE color: 7253871.
HSL color Cylindrical-coordinate representation of color #6FAF6E: hue angle of 119.08º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAF6E is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 110 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.31 |
| HSL | 119.08º | 0.29% | 0.56% | - |
| HSV(B) | 119.08º | 0.37% | 0.69% | - |
| XYZ | 24.7 | 35.17 | 20.24 | - |
| YUV | 148.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 110 | 0.37 | 0 | 0.37 | 0.31 | 119.08 | 0.29 | 0.56 |
| Hex | 6F | AF | 6E | 25 | 0 | 25 | 1F | 77 | 1D | 38 |
| Octal | 157 | 257 | 156 | 45 | 0 | 45 | 37 | 167 | 35 | 70 |
| Binary | 1101111 | 10101111 | 1101110 | 100101 | 0 | 100101 | 11111 | 1110111 | 11101 | 111000 |
Color Harmonies of #6FAF6E
Complementary color
Monochromatic Colors of #6FAF6E
Black with #6FAF6E
Text Example
Text Example
White with #6FAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF6E; }
p { color: rgb(111,175,110); }
H1.HeaderClassName
{
color: #6FAF6E;
}
.AnyTagClassName
{
color: #6FAF6E;
}
</style>
background-color css
<style>
a { background-color: #6FAF6E; }
a { background-color: rgb(111,175,110); }
div.DivClassName
{
background-color: #6FAF6E;
}
.BgClassName
{
background-color: #6FAF6E;
}
</style>
border-color css
<style>
span { border-color: #6FAF6E; }
span { border-color: rgb(111,175,110); }
td.TdClassName
{
border-color: #6FAF6E;
}
.TagClassName
{
border-color: #6FAF6E;
}
</style>