Shades of Fern #6DAF6C
Tints of Fern #6DAF6C
RGB
CMYK
RGB Variations
Color information
#6DAF6C (or 0x6DAF6C) is known color: Fern. HEX triplet: 6D, AF and 6C. RGB value is (109,175,108). Sum of RGB (Red+Green+Blue) = 109+175+108=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF6C is #925093. Grayscale: #939393. Windows color (decimal): -9588884 or 7122797. OLE color: 7122797.
HSL color Cylindrical-coordinate representation of color #6DAF6C: hue angle of 119.1º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAF6C is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 108 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.31 |
| HSL | 119.1º | 0.3% | 0.55% | - |
| HSV(B) | 119.1º | 0.38% | 0.69% | - |
| XYZ | 24.34 | 34.99 | 19.66 | - |
| YUV | 147.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 108 | 0.38 | 0 | 0.38 | 0.31 | 119.1 | 0.3 | 0.55 |
| Hex | 6D | AF | 6C | 26 | 0 | 26 | 1F | 77 | 1E | 37 |
| Octal | 155 | 257 | 154 | 46 | 0 | 46 | 37 | 167 | 36 | 67 |
| Binary | 1101101 | 10101111 | 1101100 | 100110 | 0 | 100110 | 11111 | 1110111 | 11110 | 110111 |
Color Harmonies of #6DAF6C
Complementary color
Monochromatic Colors of #6DAF6C
Black with #6DAF6C
Text Example
Text Example
White with #6DAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF6C; }
p { color: rgb(109,175,108); }
H1.HeaderClassName
{
color: #6DAF6C;
}
.AnyTagClassName
{
color: #6DAF6C;
}
</style>
background-color css
<style>
a { background-color: #6DAF6C; }
a { background-color: rgb(109,175,108); }
div.DivClassName
{
background-color: #6DAF6C;
}
.BgClassName
{
background-color: #6DAF6C;
}
</style>
border-color css
<style>
span { border-color: #6DAF6C; }
span { border-color: rgb(109,175,108); }
td.TdClassName
{
border-color: #6DAF6C;
}
.TagClassName
{
border-color: #6DAF6C;
}
</style>