Shades of Fern #6DB461
Tints of Fern #6DB461
RGB
CMYK
RGB Variations
Color information
#6DB461 (or 0x6DB461) is known color: Fern. HEX triplet: 6D, B4 and 61. RGB value is (109,180,97). Sum of RGB (Red+Green+Blue) = 109+180+97=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB461 is #924B9E. Grayscale: #959595. Windows color (decimal): -9587615 or 6403181. OLE color: 6403181.
HSL color Cylindrical-coordinate representation of color #6DB461: hue angle of 111.33º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DB461 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 97 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.29 |
| HSL | 111.33º | 0.36% | 0.54% | - |
| HSV(B) | 111.33º | 0.46% | 0.71% | - |
| XYZ | 24.79 | 36.76 | 17.1 | - |
| YUV | 149.31 | 98.48 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 97 | 0.39 | 0 | 0.46 | 0.29 | 111.33 | 0.36 | 0.54 |
| Hex | 6D | B4 | 61 | 27 | 0 | 2E | 1D | 6F | 24 | 36 |
| Octal | 155 | 264 | 141 | 47 | 0 | 56 | 35 | 157 | 44 | 66 |
| Binary | 1101101 | 10110100 | 1100001 | 100111 | 0 | 101110 | 11101 | 1101111 | 100100 | 110110 |
Color Harmonies of #6DB461
Complementary color
Monochromatic Colors of #6DB461
Black with #6DB461
Text Example
Text Example
White with #6DB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB461; }
p { color: rgb(109,180,97); }
H1.HeaderClassName
{
color: #6DB461;
}
.AnyTagClassName
{
color: #6DB461;
}
</style>
background-color css
<style>
a { background-color: #6DB461; }
a { background-color: rgb(109,180,97); }
div.DivClassName
{
background-color: #6DB461;
}
.BgClassName
{
background-color: #6DB461;
}
</style>
border-color css
<style>
span { border-color: #6DB461; }
span { border-color: rgb(109,180,97); }
td.TdClassName
{
border-color: #6DB461;
}
.TagClassName
{
border-color: #6DB461;
}
</style>