Shades of Fern #6ABB7E
Tints of Fern #6ABB7E
RGB
CMYK
RGB Variations
Color information
#6ABB7E (or 0x6ABB7E) is known color: Fern. HEX triplet: 6A, BB and 7E. RGB value is (106,187,126). Sum of RGB (Red+Green+Blue) = 106+187+126=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABB7E is #954481. Grayscale: #9B9B9B. Windows color (decimal): -9782402 or 8305514. OLE color: 8305514.
HSL color Cylindrical-coordinate representation of color #6ABB7E: hue angle of 134.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABB7E is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 126 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.27 |
| HSL | 134.81º | 0.37% | 0.57% | - |
| HSV(B) | 134.81º | 0.43% | 0.73% | - |
| XYZ | 27.48 | 40.11 | 26.03 | - |
| YUV | 155.83 | 111.16 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 126 | 0.43 | 0 | 0.33 | 0.27 | 134.81 | 0.37 | 0.57 |
| Hex | 6A | BB | 7E | 2B | 0 | 21 | 1B | 87 | 25 | 39 |
| Octal | 152 | 273 | 176 | 53 | 0 | 41 | 33 | 207 | 45 | 71 |
| Binary | 1101010 | 10111011 | 1111110 | 101011 | 0 | 100001 | 11011 | 10000111 | 100101 | 111001 |
Color Harmonies of #6ABB7E
Complementary color
Monochromatic Colors of #6ABB7E
Black with #6ABB7E
Text Example
Text Example
White with #6ABB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB7E; }
p { color: rgb(106,187,126); }
H1.HeaderClassName
{
color: #6ABB7E;
}
.AnyTagClassName
{
color: #6ABB7E;
}
</style>
background-color css
<style>
a { background-color: #6ABB7E; }
a { background-color: rgb(106,187,126); }
div.DivClassName
{
background-color: #6ABB7E;
}
.BgClassName
{
background-color: #6ABB7E;
}
</style>
border-color css
<style>
span { border-color: #6ABB7E; }
span { border-color: rgb(106,187,126); }
td.TdClassName
{
border-color: #6ABB7E;
}
.TagClassName
{
border-color: #6ABB7E;
}
</style>