Shades of Fern #6AB86C
Tints of Fern #6AB86C
RGB
CMYK
RGB Variations
Color information
#6AB86C (or 0x6AB86C) is known color: Fern. HEX triplet: 6A, B8 and 6C. RGB value is (106,184,108). Sum of RGB (Red+Green+Blue) = 106+184+108=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB86C is #954793. Grayscale: #989898. Windows color (decimal): -9783188 or 7125098. OLE color: 7125098.
HSL color Cylindrical-coordinate representation of color #6AB86C: hue angle of 121.54º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB86C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 184 | 108 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.28 |
| HSL | 121.54º | 0.35% | 0.57% | - |
| HSV(B) | 121.54º | 0.42% | 0.72% | - |
| XYZ | 25.79 | 38.43 | 20.25 | - |
| YUV | 152.01 | 103.16 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 108 | 0.42 | 0 | 0.41 | 0.28 | 121.54 | 0.35 | 0.57 |
| Hex | 6A | B8 | 6C | 2A | 0 | 29 | 1C | 7A | 23 | 39 |
| Octal | 152 | 270 | 154 | 52 | 0 | 51 | 34 | 172 | 43 | 71 |
| Binary | 1101010 | 10111000 | 1101100 | 101010 | 0 | 101001 | 11100 | 1111010 | 100011 | 111001 |
Color Harmonies of #6AB86C
Complementary color
Monochromatic Colors of #6AB86C
Black with #6AB86C
Text Example
Text Example
White with #6AB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB86C; }
p { color: rgb(106,184,108); }
H1.HeaderClassName
{
color: #6AB86C;
}
.AnyTagClassName
{
color: #6AB86C;
}
</style>
background-color css
<style>
a { background-color: #6AB86C; }
a { background-color: rgb(106,184,108); }
div.DivClassName
{
background-color: #6AB86C;
}
.BgClassName
{
background-color: #6AB86C;
}
</style>
border-color css
<style>
span { border-color: #6AB86C; }
span { border-color: rgb(106,184,108); }
td.TdClassName
{
border-color: #6AB86C;
}
.TagClassName
{
border-color: #6AB86C;
}
</style>