Shades of Fern #6DC372
Tints of Fern #6DC372
RGB
CMYK
RGB Variations
Color information
#6DC372 (or 0x6DC372) is known color: Fern. HEX triplet: 6D, C3 and 72. RGB value is (109,195,114). Sum of RGB (Red+Green+Blue) = 109+195+114=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC372 is #923C8D. Grayscale: #A0A0A0. Windows color (decimal): -9583758 or 7521133. OLE color: 7521133.
HSL color Cylindrical-coordinate representation of color #6DC372: hue angle of 123.49º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DC372 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 195 | 114 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.24 |
| HSL | 123.49º | 0.42% | 0.6% | - |
| HSV(B) | 123.49º | 0.44% | 0.76% | - |
| XYZ | 28.86 | 43.5 | 22.79 | - |
| YUV | 160.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 114 | 0.44 | 0 | 0.42 | 0.24 | 123.49 | 0.42 | 0.6 |
| Hex | 6D | C3 | 72 | 2C | 0 | 2A | 18 | 7B | 2A | 3C |
| Octal | 155 | 303 | 162 | 54 | 0 | 52 | 30 | 173 | 52 | 74 |
| Binary | 1101101 | 11000011 | 1110010 | 101100 | 0 | 101010 | 11000 | 1111011 | 101010 | 111100 |
Color Harmonies of #6DC372
Complementary color
Monochromatic Colors of #6DC372
Black with #6DC372
Text Example
Text Example
White with #6DC372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC372; }
p { color: rgb(109,195,114); }
H1.HeaderClassName
{
color: #6DC372;
}
.AnyTagClassName
{
color: #6DC372;
}
</style>
background-color css
<style>
a { background-color: #6DC372; }
a { background-color: rgb(109,195,114); }
div.DivClassName
{
background-color: #6DC372;
}
.BgClassName
{
background-color: #6DC372;
}
</style>
border-color css
<style>
span { border-color: #6DC372; }
span { border-color: rgb(109,195,114); }
td.TdClassName
{
border-color: #6DC372;
}
.TagClassName
{
border-color: #6DC372;
}
</style>