Shades of Fern #6FC072
Tints of Fern #6FC072
RGB
CMYK
RGB Variations
Color information
#6FC072 (or 0x6FC072) is known color: Fern. HEX triplet: 6F, C0 and 72. RGB value is (111,192,114). Sum of RGB (Red+Green+Blue) = 111+192+114=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC072 is #903F8D. Grayscale: #9F9F9F. Windows color (decimal): -9453454 or 7520367. OLE color: 7520367.
HSL color Cylindrical-coordinate representation of color #6FC072: hue angle of 122.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC072 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 114 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.25 |
| HSL | 122.22º | 0.39% | 0.59% | - |
| HSV(B) | 122.22º | 0.42% | 0.75% | - |
| XYZ | 28.44 | 42.29 | 22.58 | - |
| YUV | 158.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 114 | 0.42 | 0 | 0.41 | 0.25 | 122.22 | 0.39 | 0.59 |
| Hex | 6F | C0 | 72 | 2A | 0 | 29 | 19 | 7A | 27 | 3B |
| Octal | 157 | 300 | 162 | 52 | 0 | 51 | 31 | 172 | 47 | 73 |
| Binary | 1101111 | 11000000 | 1110010 | 101010 | 0 | 101001 | 11001 | 1111010 | 100111 | 111011 |
Color Harmonies of #6FC072
Complementary color
Monochromatic Colors of #6FC072
Black with #6FC072
Text Example
Text Example
White with #6FC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC072; }
p { color: rgb(111,192,114); }
H1.HeaderClassName
{
color: #6FC072;
}
.AnyTagClassName
{
color: #6FC072;
}
</style>
background-color css
<style>
a { background-color: #6FC072; }
a { background-color: rgb(111,192,114); }
div.DivClassName
{
background-color: #6FC072;
}
.BgClassName
{
background-color: #6FC072;
}
</style>
border-color css
<style>
span { border-color: #6FC072; }
span { border-color: rgb(111,192,114); }
td.TdClassName
{
border-color: #6FC072;
}
.TagClassName
{
border-color: #6FC072;
}
</style>