Shades of Fern #6DAE74
Tints of Fern #6DAE74
RGB
CMYK
RGB Variations
Color information
#6DAE74 (or 0x6DAE74) is known color: Fern. HEX triplet: 6D, AE and 74. RGB value is (109,174,116). Sum of RGB (Red+Green+Blue) = 109+174+116=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAE74 is #92518B. Grayscale: #949494. Windows color (decimal): -9589132 or 7646829. OLE color: 7646829.
HSL color Cylindrical-coordinate representation of color #6DAE74: hue angle of 126.46º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAE74 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 116 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.32 |
| HSL | 126.46º | 0.29% | 0.55% | - |
| HSV(B) | 126.46º | 0.37% | 0.68% | - |
| XYZ | 24.6 | 34.78 | 21.94 | - |
| YUV | 147.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 116 | 0.37 | 0 | 0.33 | 0.32 | 126.46 | 0.29 | 0.55 |
| Hex | 6D | AE | 74 | 25 | 0 | 21 | 20 | 7E | 1D | 37 |
| Octal | 155 | 256 | 164 | 45 | 0 | 41 | 40 | 176 | 35 | 67 |
| Binary | 1101101 | 10101110 | 1110100 | 100101 | 0 | 100001 | 100000 | 1111110 | 11101 | 110111 |
Color Harmonies of #6DAE74
Complementary color
Monochromatic Colors of #6DAE74
Black with #6DAE74
Text Example
Text Example
White with #6DAE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE74; }
p { color: rgb(109,174,116); }
H1.HeaderClassName
{
color: #6DAE74;
}
.AnyTagClassName
{
color: #6DAE74;
}
</style>
background-color css
<style>
a { background-color: #6DAE74; }
a { background-color: rgb(109,174,116); }
div.DivClassName
{
background-color: #6DAE74;
}
.BgClassName
{
background-color: #6DAE74;
}
</style>
border-color css
<style>
span { border-color: #6DAE74; }
span { border-color: rgb(109,174,116); }
td.TdClassName
{
border-color: #6DAE74;
}
.TagClassName
{
border-color: #6DAE74;
}
</style>