Shades of Fern #6DB375
Tints of Fern #6DB375
RGB
CMYK
RGB Variations
Color information
#6DB375 (or 0x6DB375) is known color: Fern. HEX triplet: 6D, B3 and 75. RGB value is (109,179,117). Sum of RGB (Red+Green+Blue) = 109+179+117=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB375 is #924C8A. Grayscale: #979797. Windows color (decimal): -9587851 or 7713645. OLE color: 7713645.
HSL color Cylindrical-coordinate representation of color #6DB375: hue angle of 126.86º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB375 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 117 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.30 |
| HSL | 126.86º | 0.32% | 0.56% | - |
| HSV(B) | 126.86º | 0.39% | 0.7% | - |
| XYZ | 25.64 | 36.78 | 22.58 | - |
| YUV | 151 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 117 | 0.39 | 0 | 0.35 | 0.30 | 126.86 | 0.32 | 0.56 |
| Hex | 6D | B3 | 75 | 27 | 0 | 23 | 1E | 7F | 20 | 38 |
| Octal | 155 | 263 | 165 | 47 | 0 | 43 | 36 | 177 | 40 | 70 |
| Binary | 1101101 | 10110011 | 1110101 | 100111 | 0 | 100011 | 11110 | 1111111 | 100000 | 111000 |
Color Harmonies of #6DB375
Complementary color
Monochromatic Colors of #6DB375
Black with #6DB375
Text Example
Text Example
White with #6DB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB375; }
p { color: rgb(109,179,117); }
H1.HeaderClassName
{
color: #6DB375;
}
.AnyTagClassName
{
color: #6DB375;
}
</style>
background-color css
<style>
a { background-color: #6DB375; }
a { background-color: rgb(109,179,117); }
div.DivClassName
{
background-color: #6DB375;
}
.BgClassName
{
background-color: #6DB375;
}
</style>
border-color css
<style>
span { border-color: #6DB375; }
span { border-color: rgb(109,179,117); }
td.TdClassName
{
border-color: #6DB375;
}
.TagClassName
{
border-color: #6DB375;
}
</style>