Shades of Fern #6DC972
Tints of Fern #6DC972
RGB
CMYK
RGB Variations
Color information
#6DC972 (or 0x6DC972) is known color: Fern. HEX triplet: 6D, C9 and 72. RGB value is (109,201,114). Sum of RGB (Red+Green+Blue) = 109+201+114=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC972 is #92368D. Grayscale: #A3A3A3. Windows color (decimal): -9582222 or 7522669. OLE color: 7522669.
HSL color Cylindrical-coordinate representation of color #6DC972: hue angle of 123.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC972 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 114 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.21 |
| HSL | 123.26º | 0.46% | 0.61% | - |
| HSV(B) | 123.26º | 0.46% | 0.79% | - |
| XYZ | 30.23 | 46.24 | 23.25 | - |
| YUV | 163.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 114 | 0.46 | 0 | 0.43 | 0.21 | 123.26 | 0.46 | 0.61 |
| Hex | 6D | C9 | 72 | 2E | 0 | 2B | 15 | 7B | 2E | 3D |
| Octal | 155 | 311 | 162 | 56 | 0 | 53 | 25 | 173 | 56 | 75 |
| Binary | 1101101 | 11001001 | 1110010 | 101110 | 0 | 101011 | 10101 | 1111011 | 101110 | 111101 |
Color Harmonies of #6DC972
Complementary color
Monochromatic Colors of #6DC972
Black with #6DC972
Text Example
Text Example
White with #6DC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC972; }
p { color: rgb(109,201,114); }
H1.HeaderClassName
{
color: #6DC972;
}
.AnyTagClassName
{
color: #6DC972;
}
</style>
background-color css
<style>
a { background-color: #6DC972; }
a { background-color: rgb(109,201,114); }
div.DivClassName
{
background-color: #6DC972;
}
.BgClassName
{
background-color: #6DC972;
}
</style>
border-color css
<style>
span { border-color: #6DC972; }
span { border-color: rgb(109,201,114); }
td.TdClassName
{
border-color: #6DC972;
}
.TagClassName
{
border-color: #6DC972;
}
</style>