Shades of Fern #6ABC7C
Tints of Fern #6ABC7C
RGB
CMYK
RGB Variations
Color information
#6ABC7C (or 0x6ABC7C) is known color: Fern. HEX triplet: 6A, BC and 7C. RGB value is (106,188,124). Sum of RGB (Red+Green+Blue) = 106+188+124=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC7C is #954383. Grayscale: #9C9C9C. Windows color (decimal): -9782148 or 8174698. OLE color: 8174698.
HSL color Cylindrical-coordinate representation of color #6ABC7C: hue angle of 133.17º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABC7C is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 124 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.26 |
| HSL | 133.17º | 0.38% | 0.58% | - |
| HSV(B) | 133.17º | 0.44% | 0.74% | - |
| XYZ | 27.57 | 40.49 | 25.43 | - |
| YUV | 156.19 | 109.83 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 124 | 0.44 | 0 | 0.34 | 0.26 | 133.17 | 0.38 | 0.58 |
| Hex | 6A | BC | 7C | 2C | 0 | 22 | 1A | 85 | 26 | 3A |
| Octal | 152 | 274 | 174 | 54 | 0 | 42 | 32 | 205 | 46 | 72 |
| Binary | 1101010 | 10111100 | 1111100 | 101100 | 0 | 100010 | 11010 | 10000101 | 100110 | 111010 |
Color Harmonies of #6ABC7C
Complementary color
Monochromatic Colors of #6ABC7C
Black with #6ABC7C
Text Example
Text Example
White with #6ABC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC7C; }
p { color: rgb(106,188,124); }
H1.HeaderClassName
{
color: #6ABC7C;
}
.AnyTagClassName
{
color: #6ABC7C;
}
</style>
background-color css
<style>
a { background-color: #6ABC7C; }
a { background-color: rgb(106,188,124); }
div.DivClassName
{
background-color: #6ABC7C;
}
.BgClassName
{
background-color: #6ABC7C;
}
</style>
border-color css
<style>
span { border-color: #6ABC7C; }
span { border-color: rgb(106,188,124); }
td.TdClassName
{
border-color: #6ABC7C;
}
.TagClassName
{
border-color: #6ABC7C;
}
</style>