Shades of Fern #6FAF6C
Tints of Fern #6FAF6C
RGB
CMYK
RGB Variations
Color information
#6FAF6C (or 0x6FAF6C) is known color: Fern. HEX triplet: 6F, AF and 6C. RGB value is (111,175,108). Sum of RGB (Red+Green+Blue) = 111+175+108=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAF6C is #905093. Grayscale: #949494. Windows color (decimal): -9457812 or 7122799. OLE color: 7122799.
HSL color Cylindrical-coordinate representation of color #6FAF6C: hue angle of 117.31º 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 #6FAF6C is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 108 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.31 |
| HSL | 117.31º | 0.3% | 0.55% | - |
| HSV(B) | 117.31º | 0.38% | 0.69% | - |
| XYZ | 24.59 | 35.12 | 19.67 | - |
| YUV | 148.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 108 | 0.37 | 0 | 0.38 | 0.31 | 117.31 | 0.3 | 0.55 |
| Hex | 6F | AF | 6C | 25 | 0 | 26 | 1F | 75 | 1E | 37 |
| Octal | 157 | 257 | 154 | 45 | 0 | 46 | 37 | 165 | 36 | 67 |
| Binary | 1101111 | 10101111 | 1101100 | 100101 | 0 | 100110 | 11111 | 1110101 | 11110 | 110111 |
Color Harmonies of #6FAF6C
Complementary color
Monochromatic Colors of #6FAF6C
Black with #6FAF6C
Text Example
Text Example
White with #6FAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF6C; }
p { color: rgb(111,175,108); }
H1.HeaderClassName
{
color: #6FAF6C;
}
.AnyTagClassName
{
color: #6FAF6C;
}
</style>
background-color css
<style>
a { background-color: #6FAF6C; }
a { background-color: rgb(111,175,108); }
div.DivClassName
{
background-color: #6FAF6C;
}
.BgClassName
{
background-color: #6FAF6C;
}
</style>
border-color css
<style>
span { border-color: #6FAF6C; }
span { border-color: rgb(111,175,108); }
td.TdClassName
{
border-color: #6FAF6C;
}
.TagClassName
{
border-color: #6FAF6C;
}
</style>