Shades of Fern #6DBA62
Tints of Fern #6DBA62
RGB
CMYK
RGB Variations
Color information
#6DBA62 (or 0x6DBA62) is known color: Fern. HEX triplet: 6D, BA and 62. RGB value is (109,186,98). Sum of RGB (Red+Green+Blue) = 109+186+98=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBA62 is #92459D. Grayscale: #999999. Windows color (decimal): -9586078 or 6470253. OLE color: 6470253.
HSL color Cylindrical-coordinate representation of color #6DBA62: hue angle of 112.5º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DBA62 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 98 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.27 |
| HSL | 112.5º | 0.39% | 0.56% | - |
| HSV(B) | 112.5º | 0.47% | 0.73% | - |
| XYZ | 26.07 | 39.25 | 17.76 | - |
| YUV | 152.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 98 | 0.41 | 0 | 0.47 | 0.27 | 112.5 | 0.39 | 0.56 |
| Hex | 6D | BA | 62 | 29 | 0 | 2F | 1B | 70 | 27 | 38 |
| Octal | 155 | 272 | 142 | 51 | 0 | 57 | 33 | 160 | 47 | 70 |
| Binary | 1101101 | 10111010 | 1100010 | 101001 | 0 | 101111 | 11011 | 1110000 | 100111 | 111000 |
Color Harmonies of #6DBA62
Complementary color
Monochromatic Colors of #6DBA62
Black with #6DBA62
Text Example
Text Example
White with #6DBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA62; }
p { color: rgb(109,186,98); }
H1.HeaderClassName
{
color: #6DBA62;
}
.AnyTagClassName
{
color: #6DBA62;
}
</style>
background-color css
<style>
a { background-color: #6DBA62; }
a { background-color: rgb(109,186,98); }
div.DivClassName
{
background-color: #6DBA62;
}
.BgClassName
{
background-color: #6DBA62;
}
</style>
border-color css
<style>
span { border-color: #6DBA62; }
span { border-color: rgb(109,186,98); }
td.TdClassName
{
border-color: #6DBA62;
}
.TagClassName
{
border-color: #6DBA62;
}
</style>