Shades of Fern #6EAF7A
Tints of Fern #6EAF7A
RGB
CMYK
RGB Variations
Color information
#6EAF7A (or 0x6EAF7A) is known color: Fern. HEX triplet: 6E, AF and 7A. RGB value is (110,175,122). Sum of RGB (Red+Green+Blue) = 110+175+122=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAF7A is #915085. Grayscale: #959595. Windows color (decimal): -9523334 or 8040302. OLE color: 8040302.
HSL color Cylindrical-coordinate representation of color #6EAF7A: hue angle of 131.08º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAF7A is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 122 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.31 |
| HSL | 131.08º | 0.29% | 0.56% | - |
| HSV(B) | 131.08º | 0.37% | 0.69% | - |
| XYZ | 25.27 | 35.38 | 23.91 | - |
| YUV | 149.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 122 | 0.37 | 0 | 0.30 | 0.31 | 131.08 | 0.29 | 0.56 |
| Hex | 6E | AF | 7A | 25 | 0 | 1E | 1F | 83 | 1D | 38 |
| Octal | 156 | 257 | 172 | 45 | 0 | 36 | 37 | 203 | 35 | 70 |
| Binary | 1101110 | 10101111 | 1111010 | 100101 | 0 | 11110 | 11111 | 10000011 | 11101 | 111000 |
Color Harmonies of #6EAF7A
Complementary color
Monochromatic Colors of #6EAF7A
Black with #6EAF7A
Text Example
Text Example
White with #6EAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF7A; }
p { color: rgb(110,175,122); }
H1.HeaderClassName
{
color: #6EAF7A;
}
.AnyTagClassName
{
color: #6EAF7A;
}
</style>
background-color css
<style>
a { background-color: #6EAF7A; }
a { background-color: rgb(110,175,122); }
div.DivClassName
{
background-color: #6EAF7A;
}
.BgClassName
{
background-color: #6EAF7A;
}
</style>
border-color css
<style>
span { border-color: #6EAF7A; }
span { border-color: rgb(110,175,122); }
td.TdClassName
{
border-color: #6EAF7A;
}
.TagClassName
{
border-color: #6EAF7A;
}
</style>