Shades of Fern #6DB672
Tints of Fern #6DB672
RGB
CMYK
RGB Variations
Color information
#6DB672 (or 0x6DB672) is known color: Fern. HEX triplet: 6D, B6 and 72. RGB value is (109,182,114). Sum of RGB (Red+Green+Blue) = 109+182+114=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB672 is #92498D. Grayscale: #989898. Windows color (decimal): -9587086 or 7517805. OLE color: 7517805.
HSL color Cylindrical-coordinate representation of color #6DB672: hue angle of 124.11º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB672 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 114 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.29 |
| HSL | 124.11º | 0.33% | 0.57% | - |
| HSV(B) | 124.11º | 0.4% | 0.71% | - |
| XYZ | 26.07 | 37.92 | 21.87 | - |
| YUV | 152.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 114 | 0.40 | 0 | 0.37 | 0.29 | 124.11 | 0.33 | 0.57 |
| Hex | 6D | B6 | 72 | 28 | 0 | 25 | 1D | 7C | 21 | 39 |
| Octal | 155 | 266 | 162 | 50 | 0 | 45 | 35 | 174 | 41 | 71 |
| Binary | 1101101 | 10110110 | 1110010 | 101000 | 0 | 100101 | 11101 | 1111100 | 100001 | 111001 |
Color Harmonies of #6DB672
Complementary color
Monochromatic Colors of #6DB672
Black with #6DB672
Text Example
Text Example
White with #6DB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB672; }
p { color: rgb(109,182,114); }
H1.HeaderClassName
{
color: #6DB672;
}
.AnyTagClassName
{
color: #6DB672;
}
</style>
background-color css
<style>
a { background-color: #6DB672; }
a { background-color: rgb(109,182,114); }
div.DivClassName
{
background-color: #6DB672;
}
.BgClassName
{
background-color: #6DB672;
}
</style>
border-color css
<style>
span { border-color: #6DB672; }
span { border-color: rgb(109,182,114); }
td.TdClassName
{
border-color: #6DB672;
}
.TagClassName
{
border-color: #6DB672;
}
</style>