Shades of Fern #6DAF6D
Tints of Fern #6DAF6D
RGB
CMYK
RGB Variations
Color information
#6DAF6D (or 0x6DAF6D) is known color: Fern. HEX triplet: 6D, AF and 6D. RGB value is (109,175,109). Sum of RGB (Red+Green+Blue) = 109+175+109=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF6D is #925092. Grayscale: #939393. Windows color (decimal): -9588883 or 7188333. OLE color: 7188333.
HSL color Cylindrical-coordinate representation of color #6DAF6D: hue angle of 120º 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 #6DAF6D is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 109 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.31 |
| HSL | 120º | 0.29% | 0.56% | - |
| HSV(B) | 120º | 0.38% | 0.69% | - |
| XYZ | 24.4 | 35.02 | 19.94 | - |
| YUV | 147.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 109 | 0.38 | 0 | 0.38 | 0.31 | 120 | 0.29 | 0.56 |
| Hex | 6D | AF | 6D | 26 | 0 | 26 | 1F | 78 | 1D | 38 |
| Octal | 155 | 257 | 155 | 46 | 0 | 46 | 37 | 170 | 35 | 70 |
| Binary | 1101101 | 10101111 | 1101101 | 100110 | 0 | 100110 | 11111 | 1111000 | 11101 | 111000 |
Color Harmonies of #6DAF6D
Complementary color
Monochromatic Colors of #6DAF6D
Black with #6DAF6D
Text Example
Text Example
White with #6DAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF6D; }
p { color: rgb(109,175,109); }
H1.HeaderClassName
{
color: #6DAF6D;
}
.AnyTagClassName
{
color: #6DAF6D;
}
</style>
background-color css
<style>
a { background-color: #6DAF6D; }
a { background-color: rgb(109,175,109); }
div.DivClassName
{
background-color: #6DAF6D;
}
.BgClassName
{
background-color: #6DAF6D;
}
</style>
border-color css
<style>
span { border-color: #6DAF6D; }
span { border-color: rgb(109,175,109); }
td.TdClassName
{
border-color: #6DAF6D;
}
.TagClassName
{
border-color: #6DAF6D;
}
</style>