Shades of Fern #6DAF62
Tints of Fern #6DAF62
RGB
CMYK
RGB Variations
Color information
#6DAF62 (or 0x6DAF62) is known color: Fern. HEX triplet: 6D, AF and 62. RGB value is (109,175,98). Sum of RGB (Red+Green+Blue) = 109+175+98=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF62 is #92509D. Grayscale: #929292. Windows color (decimal): -9588894 or 6467437. OLE color: 6467437.
HSL color Cylindrical-coordinate representation of color #6DAF62: hue angle of 111.43º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DAF62 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 98 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.31 |
| HSL | 111.43º | 0.32% | 0.54% | - |
| HSV(B) | 111.43º | 0.44% | 0.69% | - |
| XYZ | 23.84 | 34.79 | 17.01 | - |
| YUV | 146.49 | 100.63 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 98 | 0.38 | 0 | 0.44 | 0.31 | 111.43 | 0.32 | 0.54 |
| Hex | 6D | AF | 62 | 26 | 0 | 2C | 1F | 6F | 20 | 36 |
| Octal | 155 | 257 | 142 | 46 | 0 | 54 | 37 | 157 | 40 | 66 |
| Binary | 1101101 | 10101111 | 1100010 | 100110 | 0 | 101100 | 11111 | 1101111 | 100000 | 110110 |
Color Harmonies of #6DAF62
Complementary color
Monochromatic Colors of #6DAF62
Black with #6DAF62
Text Example
Text Example
White with #6DAF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF62; }
p { color: rgb(109,175,98); }
H1.HeaderClassName
{
color: #6DAF62;
}
.AnyTagClassName
{
color: #6DAF62;
}
</style>
background-color css
<style>
a { background-color: #6DAF62; }
a { background-color: rgb(109,175,98); }
div.DivClassName
{
background-color: #6DAF62;
}
.BgClassName
{
background-color: #6DAF62;
}
</style>
border-color css
<style>
span { border-color: #6DAF62; }
span { border-color: rgb(109,175,98); }
td.TdClassName
{
border-color: #6DAF62;
}
.TagClassName
{
border-color: #6DAF62;
}
</style>