Shades of Fern #6DAF6E
Tints of Fern #6DAF6E
RGB
CMYK
RGB Variations
Color information
#6DAF6E (or 0x6DAF6E) is known color: Fern. HEX triplet: 6D, AF and 6E. RGB value is (109,175,110). Sum of RGB (Red+Green+Blue) = 109+175+110=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF6E is #925091. Grayscale: #949494. Windows color (decimal): -9588882 or 7253869. OLE color: 7253869.
HSL color Cylindrical-coordinate representation of color #6DAF6E: hue angle of 120.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAF6E is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 110 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.31 |
| HSL | 120.91º | 0.29% | 0.56% | - |
| HSV(B) | 120.91º | 0.38% | 0.69% | - |
| XYZ | 24.45 | 35.04 | 20.23 | - |
| YUV | 147.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 110 | 0.38 | 0 | 0.37 | 0.31 | 120.91 | 0.29 | 0.56 |
| Hex | 6D | AF | 6E | 26 | 0 | 25 | 1F | 79 | 1D | 38 |
| Octal | 155 | 257 | 156 | 46 | 0 | 45 | 37 | 171 | 35 | 70 |
| Binary | 1101101 | 10101111 | 1101110 | 100110 | 0 | 100101 | 11111 | 1111001 | 11101 | 111000 |
Color Harmonies of #6DAF6E
Complementary color
Monochromatic Colors of #6DAF6E
Black with #6DAF6E
Text Example
Text Example
White with #6DAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF6E; }
p { color: rgb(109,175,110); }
H1.HeaderClassName
{
color: #6DAF6E;
}
.AnyTagClassName
{
color: #6DAF6E;
}
</style>
background-color css
<style>
a { background-color: #6DAF6E; }
a { background-color: rgb(109,175,110); }
div.DivClassName
{
background-color: #6DAF6E;
}
.BgClassName
{
background-color: #6DAF6E;
}
</style>
border-color css
<style>
span { border-color: #6DAF6E; }
span { border-color: rgb(109,175,110); }
td.TdClassName
{
border-color: #6DAF6E;
}
.TagClassName
{
border-color: #6DAF6E;
}
</style>