Shades of Fern #6AB776
Tints of Fern #6AB776
RGB
CMYK
RGB Variations
Color information
#6AB776 (or 0x6AB776) is known color: Fern. HEX triplet: 6A, B7 and 76. RGB value is (106,183,118). Sum of RGB (Red+Green+Blue) = 106+183+118=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB776 is #954889. Grayscale: #989898. Windows color (decimal): -9783434 or 7780202. OLE color: 7780202.
HSL color Cylindrical-coordinate representation of color #6AB776: hue angle of 129.35º 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 #6AB776 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 118 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.28 |
| HSL | 129.35º | 0.35% | 0.57% | - |
| HSV(B) | 129.35º | 0.42% | 0.72% | - |
| XYZ | 26.15 | 38.24 | 23.14 | - |
| YUV | 152.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 118 | 0.42 | 0 | 0.36 | 0.28 | 129.35 | 0.35 | 0.57 |
| Hex | 6A | B7 | 76 | 2A | 0 | 24 | 1C | 81 | 23 | 39 |
| Octal | 152 | 267 | 166 | 52 | 0 | 44 | 34 | 201 | 43 | 71 |
| Binary | 1101010 | 10110111 | 1110110 | 101010 | 0 | 100100 | 11100 | 10000001 | 100011 | 111001 |
Color Harmonies of #6AB776
Complementary color
Monochromatic Colors of #6AB776
Black with #6AB776
Text Example
Text Example
White with #6AB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB776; }
p { color: rgb(106,183,118); }
H1.HeaderClassName
{
color: #6AB776;
}
.AnyTagClassName
{
color: #6AB776;
}
</style>
background-color css
<style>
a { background-color: #6AB776; }
a { background-color: rgb(106,183,118); }
div.DivClassName
{
background-color: #6AB776;
}
.BgClassName
{
background-color: #6AB776;
}
</style>
border-color css
<style>
span { border-color: #6AB776; }
span { border-color: rgb(106,183,118); }
td.TdClassName
{
border-color: #6AB776;
}
.TagClassName
{
border-color: #6AB776;
}
</style>