Shades of Fern #6FC071
Tints of Fern #6FC071
RGB
CMYK
RGB Variations
Color information
#6FC071 (or 0x6FC071) is known color: Fern. HEX triplet: 6F, C0 and 71. RGB value is (111,192,113). Sum of RGB (Red+Green+Blue) = 111+192+113=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC071 is #903F8E. Grayscale: #9F9F9F. Windows color (decimal): -9453455 or 7454831. OLE color: 7454831.
HSL color Cylindrical-coordinate representation of color #6FC071: hue angle of 121.48º 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 #6FC071 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 113 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.25 |
| HSL | 121.48º | 0.39% | 0.59% | - |
| HSV(B) | 121.48º | 0.42% | 0.75% | - |
| XYZ | 28.39 | 42.27 | 22.29 | - |
| YUV | 158.78 | 102.16 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 113 | 0.42 | 0 | 0.41 | 0.25 | 121.48 | 0.39 | 0.59 |
| Hex | 6F | C0 | 71 | 2A | 0 | 29 | 19 | 79 | 27 | 3B |
| Octal | 157 | 300 | 161 | 52 | 0 | 51 | 31 | 171 | 47 | 73 |
| Binary | 1101111 | 11000000 | 1110001 | 101010 | 0 | 101001 | 11001 | 1111001 | 100111 | 111011 |
Color Harmonies of #6FC071
Complementary color
Monochromatic Colors of #6FC071
Black with #6FC071
Text Example
Text Example
White with #6FC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC071; }
p { color: rgb(111,192,113); }
H1.HeaderClassName
{
color: #6FC071;
}
.AnyTagClassName
{
color: #6FC071;
}
</style>
background-color css
<style>
a { background-color: #6FC071; }
a { background-color: rgb(111,192,113); }
div.DivClassName
{
background-color: #6FC071;
}
.BgClassName
{
background-color: #6FC071;
}
</style>
border-color css
<style>
span { border-color: #6FC071; }
span { border-color: rgb(111,192,113); }
td.TdClassName
{
border-color: #6FC071;
}
.TagClassName
{
border-color: #6FC071;
}
</style>