Shades of Fern #6ABB7A
Tints of Fern #6ABB7A
RGB
CMYK
RGB Variations
Color information
#6ABB7A (or 0x6ABB7A) is known color: Fern. HEX triplet: 6A, BB and 7A. RGB value is (106,187,122). Sum of RGB (Red+Green+Blue) = 106+187+122=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABB7A is #954485. Grayscale: #9B9B9B. Windows color (decimal): -9782406 or 8043370. OLE color: 8043370.
HSL color Cylindrical-coordinate representation of color #6ABB7A: hue angle of 131.85º 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 #6ABB7A is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 187 | 122 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.27 |
| HSL | 131.85º | 0.37% | 0.57% | - |
| HSV(B) | 131.85º | 0.43% | 0.73% | - |
| XYZ | 27.23 | 40.01 | 24.7 | - |
| YUV | 155.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 122 | 0.43 | 0 | 0.35 | 0.27 | 131.85 | 0.37 | 0.57 |
| Hex | 6A | BB | 7A | 2B | 0 | 23 | 1B | 84 | 25 | 39 |
| Octal | 152 | 273 | 172 | 53 | 0 | 43 | 33 | 204 | 45 | 71 |
| Binary | 1101010 | 10111011 | 1111010 | 101011 | 0 | 100011 | 11011 | 10000100 | 100101 | 111001 |
Color Harmonies of #6ABB7A
Complementary color
Monochromatic Colors of #6ABB7A
Black with #6ABB7A
Text Example
Text Example
White with #6ABB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABB7A; }
p { color: rgb(106,187,122); }
H1.HeaderClassName
{
color: #6ABB7A;
}
.AnyTagClassName
{
color: #6ABB7A;
}
</style>
background-color css
<style>
a { background-color: #6ABB7A; }
a { background-color: rgb(106,187,122); }
div.DivClassName
{
background-color: #6ABB7A;
}
.BgClassName
{
background-color: #6ABB7A;
}
</style>
border-color css
<style>
span { border-color: #6ABB7A; }
span { border-color: rgb(106,187,122); }
td.TdClassName
{
border-color: #6ABB7A;
}
.TagClassName
{
border-color: #6ABB7A;
}
</style>