Shades of Fern #6BC072
Tints of Fern #6BC072
RGB
CMYK
RGB Variations
Color information
#6BC072 (or 0x6BC072) is known color: Fern. HEX triplet: 6B, C0 and 72. RGB value is (107,192,114). Sum of RGB (Red+Green+Blue) = 107+192+114=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC072 is #943F8D. Grayscale: #9D9D9D. Windows color (decimal): -9715598 or 7520363. OLE color: 7520363.
HSL color Cylindrical-coordinate representation of color #6BC072: hue angle of 124.94º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BC072 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 114 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.25 |
| HSL | 124.94º | 0.4% | 0.59% | - |
| HSV(B) | 124.94º | 0.44% | 0.75% | - |
| XYZ | 27.95 | 42.04 | 22.56 | - |
| YUV | 157.69 | 103.34 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 114 | 0.44 | 0 | 0.41 | 0.25 | 124.94 | 0.4 | 0.59 |
| Hex | 6B | C0 | 72 | 2C | 0 | 29 | 19 | 7D | 28 | 3B |
| Octal | 153 | 300 | 162 | 54 | 0 | 51 | 31 | 175 | 50 | 73 |
| Binary | 1101011 | 11000000 | 1110010 | 101100 | 0 | 101001 | 11001 | 1111101 | 101000 | 111011 |
Color Harmonies of #6BC072
Complementary color
Monochromatic Colors of #6BC072
Black with #6BC072
Text Example
Text Example
White with #6BC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC072; }
p { color: rgb(107,192,114); }
H1.HeaderClassName
{
color: #6BC072;
}
.AnyTagClassName
{
color: #6BC072;
}
</style>
background-color css
<style>
a { background-color: #6BC072; }
a { background-color: rgb(107,192,114); }
div.DivClassName
{
background-color: #6BC072;
}
.BgClassName
{
background-color: #6BC072;
}
</style>
border-color css
<style>
span { border-color: #6BC072; }
span { border-color: rgb(107,192,114); }
td.TdClassName
{
border-color: #6BC072;
}
.TagClassName
{
border-color: #6BC072;
}
</style>