Shades of Fern #6FB46D
Tints of Fern #6FB46D
RGB
CMYK
RGB Variations
Color information
#6FB46D (or 0x6FB46D) is known color: Fern. HEX triplet: 6F, B4 and 6D. RGB value is (111,180,109). Sum of RGB (Red+Green+Blue) = 111+180+109=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB46D is #904B92. Grayscale: #979797. Windows color (decimal): -9456531 or 7189615. OLE color: 7189615.
HSL color Cylindrical-coordinate representation of color #6FB46D: hue angle of 118.31º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6FB46D is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 109 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.29 |
| HSL | 118.31º | 0.32% | 0.57% | - |
| HSV(B) | 118.31º | 0.39% | 0.71% | - |
| XYZ | 25.64 | 37.13 | 20.28 | - |
| YUV | 151.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 109 | 0.38 | 0 | 0.39 | 0.29 | 118.31 | 0.32 | 0.57 |
| Hex | 6F | B4 | 6D | 26 | 0 | 27 | 1D | 76 | 20 | 39 |
| Octal | 157 | 264 | 155 | 46 | 0 | 47 | 35 | 166 | 40 | 71 |
| Binary | 1101111 | 10110100 | 1101101 | 100110 | 0 | 100111 | 11101 | 1110110 | 100000 | 111001 |
Color Harmonies of #6FB46D
Complementary color
Monochromatic Colors of #6FB46D
Black with #6FB46D
Text Example
Text Example
White with #6FB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB46D; }
p { color: rgb(111,180,109); }
H1.HeaderClassName
{
color: #6FB46D;
}
.AnyTagClassName
{
color: #6FB46D;
}
</style>
background-color css
<style>
a { background-color: #6FB46D; }
a { background-color: rgb(111,180,109); }
div.DivClassName
{
background-color: #6FB46D;
}
.BgClassName
{
background-color: #6FB46D;
}
</style>
border-color css
<style>
span { border-color: #6FB46D; }
span { border-color: rgb(111,180,109); }
td.TdClassName
{
border-color: #6FB46D;
}
.TagClassName
{
border-color: #6FB46D;
}
</style>