Shades of Fern #6DBA69
Tints of Fern #6DBA69
RGB
CMYK
RGB Variations
Color information
#6DBA69 (or 0x6DBA69) is known color: Fern. HEX triplet: 6D, BA and 69. RGB value is (109,186,105). Sum of RGB (Red+Green+Blue) = 109+186+105=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBA69 is #924596. Grayscale: #999999. Windows color (decimal): -9586071 or 6929005. OLE color: 6929005.
HSL color Cylindrical-coordinate representation of color #6DBA69: hue angle of 117.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DBA69 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 105 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.27 |
| HSL | 117.04º | 0.37% | 0.57% | - |
| HSV(B) | 117.04º | 0.44% | 0.73% | - |
| XYZ | 26.42 | 39.39 | 19.58 | - |
| YUV | 153.74 | 100.49 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 105 | 0.41 | 0 | 0.44 | 0.27 | 117.04 | 0.37 | 0.57 |
| Hex | 6D | BA | 69 | 29 | 0 | 2C | 1B | 75 | 25 | 39 |
| Octal | 155 | 272 | 151 | 51 | 0 | 54 | 33 | 165 | 45 | 71 |
| Binary | 1101101 | 10111010 | 1101001 | 101001 | 0 | 101100 | 11011 | 1110101 | 100101 | 111001 |
Color Harmonies of #6DBA69
Complementary color
Monochromatic Colors of #6DBA69
Black with #6DBA69
Text Example
Text Example
White with #6DBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA69; }
p { color: rgb(109,186,105); }
H1.HeaderClassName
{
color: #6DBA69;
}
.AnyTagClassName
{
color: #6DBA69;
}
</style>
background-color css
<style>
a { background-color: #6DBA69; }
a { background-color: rgb(109,186,105); }
div.DivClassName
{
background-color: #6DBA69;
}
.BgClassName
{
background-color: #6DBA69;
}
</style>
border-color css
<style>
span { border-color: #6DBA69; }
span { border-color: rgb(109,186,105); }
td.TdClassName
{
border-color: #6DBA69;
}
.TagClassName
{
border-color: #6DBA69;
}
</style>