Shades of Fern #6DB374
Tints of Fern #6DB374
RGB
CMYK
RGB Variations
Color information
#6DB374 (or 0x6DB374) is known color: Fern. HEX triplet: 6D, B3 and 74. RGB value is (109,179,116). Sum of RGB (Red+Green+Blue) = 109+179+116=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB374 is #924C8B. Grayscale: #979797. Windows color (decimal): -9587852 or 7648109. OLE color: 7648109.
HSL color Cylindrical-coordinate representation of color #6DB374: hue angle of 126º 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 #6DB374 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 116 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.30 |
| HSL | 126º | 0.32% | 0.56% | - |
| HSV(B) | 126º | 0.39% | 0.7% | - |
| XYZ | 25.58 | 36.75 | 22.27 | - |
| YUV | 150.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 116 | 0.39 | 0 | 0.35 | 0.30 | 126 | 0.32 | 0.56 |
| Hex | 6D | B3 | 74 | 27 | 0 | 23 | 1E | 7E | 20 | 38 |
| Octal | 155 | 263 | 164 | 47 | 0 | 43 | 36 | 176 | 40 | 70 |
| Binary | 1101101 | 10110011 | 1110100 | 100111 | 0 | 100011 | 11110 | 1111110 | 100000 | 111000 |
Color Harmonies of #6DB374
Complementary color
Monochromatic Colors of #6DB374
Black with #6DB374
Text Example
Text Example
White with #6DB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB374; }
p { color: rgb(109,179,116); }
H1.HeaderClassName
{
color: #6DB374;
}
.AnyTagClassName
{
color: #6DB374;
}
</style>
background-color css
<style>
a { background-color: #6DB374; }
a { background-color: rgb(109,179,116); }
div.DivClassName
{
background-color: #6DB374;
}
.BgClassName
{
background-color: #6DB374;
}
</style>
border-color css
<style>
span { border-color: #6DB374; }
span { border-color: rgb(109,179,116); }
td.TdClassName
{
border-color: #6DB374;
}
.TagClassName
{
border-color: #6DB374;
}
</style>