Shades of Fern #6DAF68
Tints of Fern #6DAF68
RGB
CMYK
RGB Variations
Color information
#6DAF68 (or 0x6DAF68) is known color: Fern. HEX triplet: 6D, AF and 68. RGB value is (109,175,104). Sum of RGB (Red+Green+Blue) = 109+175+104=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF68 is #925097. Grayscale: #939393. Windows color (decimal): -9588888 or 6860653. OLE color: 6860653.
HSL color Cylindrical-coordinate representation of color #6DAF68: hue angle of 115.77º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6DAF68 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 104 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.31 |
| HSL | 115.77º | 0.31% | 0.55% | - |
| HSV(B) | 115.77º | 0.41% | 0.69% | - |
| XYZ | 24.14 | 34.91 | 18.56 | - |
| YUV | 147.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 104 | 0.38 | 0 | 0.41 | 0.31 | 115.77 | 0.31 | 0.55 |
| Hex | 6D | AF | 68 | 26 | 0 | 29 | 1F | 74 | 1F | 37 |
| Octal | 155 | 257 | 150 | 46 | 0 | 51 | 37 | 164 | 37 | 67 |
| Binary | 1101101 | 10101111 | 1101000 | 100110 | 0 | 101001 | 11111 | 1110100 | 11111 | 110111 |
Color Harmonies of #6DAF68
Complementary color
Monochromatic Colors of #6DAF68
Black with #6DAF68
Text Example
Text Example
White with #6DAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF68; }
p { color: rgb(109,175,104); }
H1.HeaderClassName
{
color: #6DAF68;
}
.AnyTagClassName
{
color: #6DAF68;
}
</style>
background-color css
<style>
a { background-color: #6DAF68; }
a { background-color: rgb(109,175,104); }
div.DivClassName
{
background-color: #6DAF68;
}
.BgClassName
{
background-color: #6DAF68;
}
</style>
border-color css
<style>
span { border-color: #6DAF68; }
span { border-color: rgb(109,175,104); }
td.TdClassName
{
border-color: #6DAF68;
}
.TagClassName
{
border-color: #6DAF68;
}
</style>