Shades of Fern #6DAA6D
Tints of Fern #6DAA6D
RGB
CMYK
RGB Variations
Color information
#6DAA6D (or 0x6DAA6D) is known color: Fern. HEX triplet: 6D, AA and 6D. RGB value is (109,170,109). Sum of RGB (Red+Green+Blue) = 109+170+109=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA6D is #925592. Grayscale: #909090. Windows color (decimal): -9590163 or 7187053. OLE color: 7187053.
HSL color Cylindrical-coordinate representation of color #6DAA6D: hue angle of 120º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAA6D is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 109 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.33 |
| HSL | 120º | 0.26% | 0.55% | - |
| HSV(B) | 120º | 0.36% | 0.67% | - |
| XYZ | 23.44 | 33.1 | 19.62 | - |
| YUV | 144.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 109 | 0.36 | 0 | 0.36 | 0.33 | 120 | 0.26 | 0.55 |
| Hex | 6D | AA | 6D | 24 | 0 | 24 | 21 | 78 | 1A | 37 |
| Octal | 155 | 252 | 155 | 44 | 0 | 44 | 41 | 170 | 32 | 67 |
| Binary | 1101101 | 10101010 | 1101101 | 100100 | 0 | 100100 | 100001 | 1111000 | 11010 | 110111 |
Color Harmonies of #6DAA6D
Complementary color
Monochromatic Colors of #6DAA6D
Black with #6DAA6D
Text Example
Text Example
White with #6DAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA6D; }
p { color: rgb(109,170,109); }
H1.HeaderClassName
{
color: #6DAA6D;
}
.AnyTagClassName
{
color: #6DAA6D;
}
</style>
background-color css
<style>
a { background-color: #6DAA6D; }
a { background-color: rgb(109,170,109); }
div.DivClassName
{
background-color: #6DAA6D;
}
.BgClassName
{
background-color: #6DAA6D;
}
</style>
border-color css
<style>
span { border-color: #6DAA6D; }
span { border-color: rgb(109,170,109); }
td.TdClassName
{
border-color: #6DAA6D;
}
.TagClassName
{
border-color: #6DAA6D;
}
</style>