Shades of Fern #6DB469
Tints of Fern #6DB469
RGB
CMYK
RGB Variations
Color information
#6DB469 (or 0x6DB469) is known color: Fern. HEX triplet: 6D, B4 and 69. RGB value is (109,180,105). Sum of RGB (Red+Green+Blue) = 109+180+105=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB469 is #924B96. Grayscale: #969696. Windows color (decimal): -9587607 or 6927469. OLE color: 6927469.
HSL color Cylindrical-coordinate representation of color #6DB469: hue angle of 116.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DB469 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 105 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.29 |
| HSL | 116.8º | 0.33% | 0.56% | - |
| HSV(B) | 116.8º | 0.42% | 0.71% | - |
| XYZ | 25.18 | 36.91 | 19.16 | - |
| YUV | 150.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 105 | 0.39 | 0 | 0.42 | 0.29 | 116.8 | 0.33 | 0.56 |
| Hex | 6D | B4 | 69 | 27 | 0 | 2A | 1D | 75 | 21 | 38 |
| Octal | 155 | 264 | 151 | 47 | 0 | 52 | 35 | 165 | 41 | 70 |
| Binary | 1101101 | 10110100 | 1101001 | 100111 | 0 | 101010 | 11101 | 1110101 | 100001 | 111000 |
Color Harmonies of #6DB469
Complementary color
Monochromatic Colors of #6DB469
Black with #6DB469
Text Example
Text Example
White with #6DB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB469; }
p { color: rgb(109,180,105); }
H1.HeaderClassName
{
color: #6DB469;
}
.AnyTagClassName
{
color: #6DB469;
}
</style>
background-color css
<style>
a { background-color: #6DB469; }
a { background-color: rgb(109,180,105); }
div.DivClassName
{
background-color: #6DB469;
}
.BgClassName
{
background-color: #6DB469;
}
</style>
border-color css
<style>
span { border-color: #6DB469; }
span { border-color: rgb(109,180,105); }
td.TdClassName
{
border-color: #6DB469;
}
.TagClassName
{
border-color: #6DB469;
}
</style>