Shades of Fern #6AB56C
Tints of Fern #6AB56C
RGB
CMYK
RGB Variations
Color information
#6AB56C (or 0x6AB56C) is known color: Fern. HEX triplet: 6A, B5 and 6C. RGB value is (106,181,108). Sum of RGB (Red+Green+Blue) = 106+181+108=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB56C is #954A93. Grayscale: #969696. Windows color (decimal): -9783956 or 7124330. OLE color: 7124330.
HSL color Cylindrical-coordinate representation of color #6AB56C: hue angle of 121.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB56C is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 108 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.29 |
| HSL | 121.6º | 0.34% | 0.56% | - |
| HSV(B) | 121.6º | 0.41% | 0.71% | - |
| XYZ | 25.17 | 37.19 | 20.04 | - |
| YUV | 150.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 108 | 0.41 | 0 | 0.40 | 0.29 | 121.6 | 0.34 | 0.56 |
| Hex | 6A | B5 | 6C | 29 | 0 | 28 | 1D | 7A | 22 | 38 |
| Octal | 152 | 265 | 154 | 51 | 0 | 50 | 35 | 172 | 42 | 70 |
| Binary | 1101010 | 10110101 | 1101100 | 101001 | 0 | 101000 | 11101 | 1111010 | 100010 | 111000 |
Color Harmonies of #6AB56C
Complementary color
Monochromatic Colors of #6AB56C
Black with #6AB56C
Text Example
Text Example
White with #6AB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB56C; }
p { color: rgb(106,181,108); }
H1.HeaderClassName
{
color: #6AB56C;
}
.AnyTagClassName
{
color: #6AB56C;
}
</style>
background-color css
<style>
a { background-color: #6AB56C; }
a { background-color: rgb(106,181,108); }
div.DivClassName
{
background-color: #6AB56C;
}
.BgClassName
{
background-color: #6AB56C;
}
</style>
border-color css
<style>
span { border-color: #6AB56C; }
span { border-color: rgb(106,181,108); }
td.TdClassName
{
border-color: #6AB56C;
}
.TagClassName
{
border-color: #6AB56C;
}
</style>