Shades of Fern #6EAE74
Tints of Fern #6EAE74
RGB
CMYK
RGB Variations
Color information
#6EAE74 (or 0x6EAE74) is known color: Fern. HEX triplet: 6E, AE and 74. RGB value is (110,174,116). Sum of RGB (Red+Green+Blue) = 110+174+116=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAE74 is #91518B. Grayscale: #949494. Windows color (decimal): -9523596 or 7646830. OLE color: 7646830.
HSL color Cylindrical-coordinate representation of color #6EAE74: hue angle of 125.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAE74 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 174 | 116 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.32 |
| HSL | 125.63º | 0.28% | 0.56% | - |
| HSV(B) | 125.63º | 0.37% | 0.68% | - |
| XYZ | 24.72 | 34.85 | 21.95 | - |
| YUV | 148.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 116 | 0.37 | 0 | 0.33 | 0.32 | 125.63 | 0.28 | 0.56 |
| Hex | 6E | AE | 74 | 25 | 0 | 21 | 20 | 7E | 1C | 38 |
| Octal | 156 | 256 | 164 | 45 | 0 | 41 | 40 | 176 | 34 | 70 |
| Binary | 1101110 | 10101110 | 1110100 | 100101 | 0 | 100001 | 100000 | 1111110 | 11100 | 111000 |
Color Harmonies of #6EAE74
Complementary color
Monochromatic Colors of #6EAE74
Black with #6EAE74
Text Example
Text Example
White with #6EAE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAE74; }
p { color: rgb(110,174,116); }
H1.HeaderClassName
{
color: #6EAE74;
}
.AnyTagClassName
{
color: #6EAE74;
}
</style>
background-color css
<style>
a { background-color: #6EAE74; }
a { background-color: rgb(110,174,116); }
div.DivClassName
{
background-color: #6EAE74;
}
.BgClassName
{
background-color: #6EAE74;
}
</style>
border-color css
<style>
span { border-color: #6EAE74; }
span { border-color: rgb(110,174,116); }
td.TdClassName
{
border-color: #6EAE74;
}
.TagClassName
{
border-color: #6EAE74;
}
</style>