Shades of Fern #6DBB6D
Tints of Fern #6DBB6D
RGB
CMYK
RGB Variations
Color information
#6DBB6D (or 0x6DBB6D) is known color: Fern. HEX triplet: 6D, BB and 6D. RGB value is (109,187,109). Sum of RGB (Red+Green+Blue) = 109+187+109=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBB6D is #924492. Grayscale: #9B9B9B. Windows color (decimal): -9585811 or 7191405. OLE color: 7191405.
HSL color Cylindrical-coordinate representation of color #6DBB6D: hue angle of 120º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBB6D is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 109 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.27 |
| HSL | 120º | 0.36% | 0.58% | - |
| HSV(B) | 120º | 0.42% | 0.73% | - |
| XYZ | 26.84 | 39.9 | 20.75 | - |
| YUV | 154.79 | 102.16 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 109 | 0.42 | 0 | 0.42 | 0.27 | 120 | 0.36 | 0.58 |
| Hex | 6D | BB | 6D | 2A | 0 | 2A | 1B | 78 | 24 | 3A |
| Octal | 155 | 273 | 155 | 52 | 0 | 52 | 33 | 170 | 44 | 72 |
| Binary | 1101101 | 10111011 | 1101101 | 101010 | 0 | 101010 | 11011 | 1111000 | 100100 | 111010 |
Color Harmonies of #6DBB6D
Complementary color
Monochromatic Colors of #6DBB6D
Black with #6DBB6D
Text Example
Text Example
White with #6DBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBB6D; }
p { color: rgb(109,187,109); }
H1.HeaderClassName
{
color: #6DBB6D;
}
.AnyTagClassName
{
color: #6DBB6D;
}
</style>
background-color css
<style>
a { background-color: #6DBB6D; }
a { background-color: rgb(109,187,109); }
div.DivClassName
{
background-color: #6DBB6D;
}
.BgClassName
{
background-color: #6DBB6D;
}
</style>
border-color css
<style>
span { border-color: #6DBB6D; }
span { border-color: rgb(109,187,109); }
td.TdClassName
{
border-color: #6DBB6D;
}
.TagClassName
{
border-color: #6DBB6D;
}
</style>