Shades of Fern #6DAE6A
Tints of Fern #6DAE6A
RGB
CMYK
RGB Variations
Color information
#6DAE6A (or 0x6DAE6A) is known color: Fern. HEX triplet: 6D, AE and 6A. RGB value is (109,174,106). Sum of RGB (Red+Green+Blue) = 109+174+106=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAE6A is #925195. Grayscale: #939393. Windows color (decimal): -9589142 or 6991469. OLE color: 6991469.
HSL color Cylindrical-coordinate representation of color #6DAE6A: hue angle of 117.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DAE6A is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 106 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.32 |
| HSL | 117.35º | 0.3% | 0.55% | - |
| HSV(B) | 117.35º | 0.39% | 0.68% | - |
| XYZ | 24.04 | 34.56 | 19.04 | - |
| YUV | 146.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 106 | 0.37 | 0 | 0.39 | 0.32 | 117.35 | 0.3 | 0.55 |
| Hex | 6D | AE | 6A | 25 | 0 | 27 | 20 | 75 | 1E | 37 |
| Octal | 155 | 256 | 152 | 45 | 0 | 47 | 40 | 165 | 36 | 67 |
| Binary | 1101101 | 10101110 | 1101010 | 100101 | 0 | 100111 | 100000 | 1110101 | 11110 | 110111 |
Color Harmonies of #6DAE6A
Complementary color
Monochromatic Colors of #6DAE6A
Black with #6DAE6A
Text Example
Text Example
White with #6DAE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE6A; }
p { color: rgb(109,174,106); }
H1.HeaderClassName
{
color: #6DAE6A;
}
.AnyTagClassName
{
color: #6DAE6A;
}
</style>
background-color css
<style>
a { background-color: #6DAE6A; }
a { background-color: rgb(109,174,106); }
div.DivClassName
{
background-color: #6DAE6A;
}
.BgClassName
{
background-color: #6DAE6A;
}
</style>
border-color css
<style>
span { border-color: #6DAE6A; }
span { border-color: rgb(109,174,106); }
td.TdClassName
{
border-color: #6DAE6A;
}
.TagClassName
{
border-color: #6DAE6A;
}
</style>