Shades of Fern #6FA56F
Tints of Fern #6FA56F
RGB
CMYK
RGB Variations
Color information
#6FA56F (or 0x6FA56F) is known color: Fern. HEX triplet: 6F, A5 and 6F. RGB value is (111,165,111). Sum of RGB (Red+Green+Blue) = 111+165+111=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA56F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA56F is #905A90. Grayscale: #8E8E8E. Windows color (decimal): -9460369 or 7316847. OLE color: 7316847.
HSL color Cylindrical-coordinate representation of color #6FA56F: hue angle of 120º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA56F is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 165 | 111 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.35 |
| HSL | 120º | 0.23% | 0.54% | - |
| HSV(B) | 120º | 0.33% | 0.65% | - |
| XYZ | 22.88 | 31.44 | 19.9 | - |
| YUV | 142.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 111 | 0.33 | 0 | 0.33 | 0.35 | 120 | 0.23 | 0.54 |
| Hex | 6F | A5 | 6F | 21 | 0 | 21 | 23 | 78 | 17 | 36 |
| Octal | 157 | 245 | 157 | 41 | 0 | 41 | 43 | 170 | 27 | 66 |
| Binary | 1101111 | 10100101 | 1101111 | 100001 | 0 | 100001 | 100011 | 1111000 | 10111 | 110110 |
Color Harmonies of #6FA56F
Complementary color
Monochromatic Colors of #6FA56F
Black with #6FA56F
Text Example
Text Example
White with #6FA56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA56F; }
p { color: rgb(111,165,111); }
H1.HeaderClassName
{
color: #6FA56F;
}
.AnyTagClassName
{
color: #6FA56F;
}
</style>
background-color css
<style>
a { background-color: #6FA56F; }
a { background-color: rgb(111,165,111); }
div.DivClassName
{
background-color: #6FA56F;
}
.BgClassName
{
background-color: #6FA56F;
}
</style>
border-color css
<style>
span { border-color: #6FA56F; }
span { border-color: rgb(111,165,111); }
td.TdClassName
{
border-color: #6FA56F;
}
.TagClassName
{
border-color: #6FA56F;
}
</style>