Shades of Fern #6ABB6B
Tints of Fern #6ABB6B
RGB
CMYK
RGB Variations
Color information
#6ABB6B (or 0x6ABB6B) is known color: Fern. HEX triplet: 6A, BB and 6B. RGB value is (106,187,107). Sum of RGB (Red+Green+Blue) = 106+187+107=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABB6B is #954494. Grayscale: #999999. Windows color (decimal): -9782421 or 7060330. OLE color: 7060330.
HSL color Cylindrical-coordinate representation of color #6ABB6B: hue angle of 120.74º 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 #6ABB6B is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 107 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.27 |
| HSL | 120.74º | 0.37% | 0.57% | - |
| HSV(B) | 120.74º | 0.43% | 0.73% | - |
| XYZ | 26.37 | 39.67 | 20.18 | - |
| YUV | 153.66 | 101.66 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 107 | 0.43 | 0 | 0.43 | 0.27 | 120.74 | 0.37 | 0.57 |
| Hex | 6A | BB | 6B | 2B | 0 | 2B | 1B | 79 | 25 | 39 |
| Octal | 152 | 273 | 153 | 53 | 0 | 53 | 33 | 171 | 45 | 71 |
| Binary | 1101010 | 10111011 | 1101011 | 101011 | 0 | 101011 | 11011 | 1111001 | 100101 | 111001 |
Color Harmonies of #6ABB6B
Complementary color
Monochromatic Colors of #6ABB6B
Black with #6ABB6B
Text Example
Text Example
White with #6ABB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB6B; }
p { color: rgb(106,187,107); }
H1.HeaderClassName
{
color: #6ABB6B;
}
.AnyTagClassName
{
color: #6ABB6B;
}
</style>
background-color css
<style>
a { background-color: #6ABB6B; }
a { background-color: rgb(106,187,107); }
div.DivClassName
{
background-color: #6ABB6B;
}
.BgClassName
{
background-color: #6ABB6B;
}
</style>
border-color css
<style>
span { border-color: #6ABB6B; }
span { border-color: rgb(106,187,107); }
td.TdClassName
{
border-color: #6ABB6B;
}
.TagClassName
{
border-color: #6ABB6B;
}
</style>