Shades of Fern #6AB76C
Tints of Fern #6AB76C
RGB
CMYK
RGB Variations
Color information
#6AB76C (or 0x6AB76C) is known color: Fern. HEX triplet: 6A, B7 and 6C. RGB value is (106,183,108). Sum of RGB (Red+Green+Blue) = 106+183+108=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB76C is #954893. Grayscale: #979797. Windows color (decimal): -9783444 or 7124842. OLE color: 7124842.
HSL color Cylindrical-coordinate representation of color #6AB76C: hue angle of 121.56º 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 #6AB76C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 108 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.28 |
| HSL | 121.56º | 0.35% | 0.57% | - |
| HSV(B) | 121.56º | 0.42% | 0.72% | - |
| XYZ | 25.58 | 38.01 | 20.18 | - |
| YUV | 151.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 108 | 0.42 | 0 | 0.41 | 0.28 | 121.56 | 0.35 | 0.57 |
| Hex | 6A | B7 | 6C | 2A | 0 | 29 | 1C | 7A | 23 | 39 |
| Octal | 152 | 267 | 154 | 52 | 0 | 51 | 34 | 172 | 43 | 71 |
| Binary | 1101010 | 10110111 | 1101100 | 101010 | 0 | 101001 | 11100 | 1111010 | 100011 | 111001 |
Color Harmonies of #6AB76C
Complementary color
Monochromatic Colors of #6AB76C
Black with #6AB76C
Text Example
Text Example
White with #6AB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB76C; }
p { color: rgb(106,183,108); }
H1.HeaderClassName
{
color: #6AB76C;
}
.AnyTagClassName
{
color: #6AB76C;
}
</style>
background-color css
<style>
a { background-color: #6AB76C; }
a { background-color: rgb(106,183,108); }
div.DivClassName
{
background-color: #6AB76C;
}
.BgClassName
{
background-color: #6AB76C;
}
</style>
border-color css
<style>
span { border-color: #6AB76C; }
span { border-color: rgb(106,183,108); }
td.TdClassName
{
border-color: #6AB76C;
}
.TagClassName
{
border-color: #6AB76C;
}
</style>