Shades of Fern #6DAA6B
Tints of Fern #6DAA6B
RGB
CMYK
RGB Variations
Color information
#6DAA6B (or 0x6DAA6B) is known color: Fern. HEX triplet: 6D, AA and 6B. RGB value is (109,170,107). Sum of RGB (Red+Green+Blue) = 109+170+107=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA6B is #925594. Grayscale: #909090. Windows color (decimal): -9590165 or 7055981. OLE color: 7055981.
HSL color Cylindrical-coordinate representation of color #6DAA6B: hue angle of 118.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAA6B is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 107 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.33 |
| HSL | 118.1º | 0.27% | 0.54% | - |
| HSV(B) | 118.1º | 0.37% | 0.67% | - |
| XYZ | 23.34 | 33.06 | 19.06 | - |
| YUV | 144.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 107 | 0.36 | 0 | 0.37 | 0.33 | 118.1 | 0.27 | 0.54 |
| Hex | 6D | AA | 6B | 24 | 0 | 25 | 21 | 76 | 1B | 36 |
| Octal | 155 | 252 | 153 | 44 | 0 | 45 | 41 | 166 | 33 | 66 |
| Binary | 1101101 | 10101010 | 1101011 | 100100 | 0 | 100101 | 100001 | 1110110 | 11011 | 110110 |
Color Harmonies of #6DAA6B
Complementary color
Monochromatic Colors of #6DAA6B
Black with #6DAA6B
Text Example
Text Example
White with #6DAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA6B; }
p { color: rgb(109,170,107); }
H1.HeaderClassName
{
color: #6DAA6B;
}
.AnyTagClassName
{
color: #6DAA6B;
}
</style>
background-color css
<style>
a { background-color: #6DAA6B; }
a { background-color: rgb(109,170,107); }
div.DivClassName
{
background-color: #6DAA6B;
}
.BgClassName
{
background-color: #6DAA6B;
}
</style>
border-color css
<style>
span { border-color: #6DAA6B; }
span { border-color: rgb(109,170,107); }
td.TdClassName
{
border-color: #6DAA6B;
}
.TagClassName
{
border-color: #6DAA6B;
}
</style>