Shades of Fern #6EAA6A
Tints of Fern #6EAA6A
RGB
CMYK
RGB Variations
Color information
#6EAA6A (or 0x6EAA6A) is known color: Fern. HEX triplet: 6E, AA and 6A. RGB value is (110,170,106). Sum of RGB (Red+Green+Blue) = 110+170+106=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAA6A is #915595. Grayscale: #909090. Windows color (decimal): -9524630 or 6990446. OLE color: 6990446.
HSL color Cylindrical-coordinate representation of color #6EAA6A: hue angle of 116.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EAA6A is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 170 | 106 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.33 |
| HSL | 116.25º | 0.27% | 0.54% | - |
| HSV(B) | 116.25º | 0.38% | 0.67% | - |
| XYZ | 23.41 | 33.11 | 18.79 | - |
| YUV | 144.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 106 | 0.35 | 0 | 0.38 | 0.33 | 116.25 | 0.27 | 0.54 |
| Hex | 6E | AA | 6A | 23 | 0 | 26 | 21 | 74 | 1B | 36 |
| Octal | 156 | 252 | 152 | 43 | 0 | 46 | 41 | 164 | 33 | 66 |
| Binary | 1101110 | 10101010 | 1101010 | 100011 | 0 | 100110 | 100001 | 1110100 | 11011 | 110110 |
Color Harmonies of #6EAA6A
Complementary color
Monochromatic Colors of #6EAA6A
Black with #6EAA6A
Text Example
Text Example
White with #6EAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAA6A; }
p { color: rgb(110,170,106); }
H1.HeaderClassName
{
color: #6EAA6A;
}
.AnyTagClassName
{
color: #6EAA6A;
}
</style>
background-color css
<style>
a { background-color: #6EAA6A; }
a { background-color: rgb(110,170,106); }
div.DivClassName
{
background-color: #6EAA6A;
}
.BgClassName
{
background-color: #6EAA6A;
}
</style>
border-color css
<style>
span { border-color: #6EAA6A; }
span { border-color: rgb(110,170,106); }
td.TdClassName
{
border-color: #6EAA6A;
}
.TagClassName
{
border-color: #6EAA6A;
}
</style>