Shades of Fern #6ABC7D
Tints of Fern #6ABC7D
RGB
CMYK
RGB Variations
Color information
#6ABC7D (or 0x6ABC7D) is known color: Fern. HEX triplet: 6A, BC and 7D. RGB value is (106,188,125). Sum of RGB (Red+Green+Blue) = 106+188+125=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABC7D is #954382. Grayscale: #9C9C9C. Windows color (decimal): -9782147 or 8240234. OLE color: 8240234.
HSL color Cylindrical-coordinate representation of color #6ABC7D: hue angle of 133.9º 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 #6ABC7D is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 188 | 125 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.26 |
| HSL | 133.9º | 0.38% | 0.58% | - |
| HSV(B) | 133.9º | 0.44% | 0.74% | - |
| XYZ | 27.63 | 40.51 | 25.77 | - |
| YUV | 156.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 125 | 0.44 | 0 | 0.34 | 0.26 | 133.9 | 0.38 | 0.58 |
| Hex | 6A | BC | 7D | 2C | 0 | 22 | 1A | 86 | 26 | 3A |
| Octal | 152 | 274 | 175 | 54 | 0 | 42 | 32 | 206 | 46 | 72 |
| Binary | 1101010 | 10111100 | 1111101 | 101100 | 0 | 100010 | 11010 | 10000110 | 100110 | 111010 |
Color Harmonies of #6ABC7D
Complementary color
Monochromatic Colors of #6ABC7D
Black with #6ABC7D
Text Example
Text Example
White with #6ABC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABC7D; }
p { color: rgb(106,188,125); }
H1.HeaderClassName
{
color: #6ABC7D;
}
.AnyTagClassName
{
color: #6ABC7D;
}
</style>
background-color css
<style>
a { background-color: #6ABC7D; }
a { background-color: rgb(106,188,125); }
div.DivClassName
{
background-color: #6ABC7D;
}
.BgClassName
{
background-color: #6ABC7D;
}
</style>
border-color css
<style>
span { border-color: #6ABC7D; }
span { border-color: rgb(106,188,125); }
td.TdClassName
{
border-color: #6ABC7D;
}
.TagClassName
{
border-color: #6ABC7D;
}
</style>