Shades of Fern #6FC370
Tints of Fern #6FC370
RGB
CMYK
RGB Variations
Color information
#6FC370 (or 0x6FC370) is known color: Fern. HEX triplet: 6F, C3 and 70. RGB value is (111,195,112). Sum of RGB (Red+Green+Blue) = 111+195+112=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC370 is #903C8F. Grayscale: #A0A0A0. Windows color (decimal): -9452688 or 7390063. OLE color: 7390063.
HSL color Cylindrical-coordinate representation of color #6FC370: hue angle of 120.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC370 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 195 | 112 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.24 |
| HSL | 120.71º | 0.41% | 0.6% | - |
| HSV(B) | 120.71º | 0.43% | 0.76% | - |
| XYZ | 29 | 43.58 | 22.21 | - |
| YUV | 160.42 | 100.67 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 112 | 0.43 | 0 | 0.43 | 0.24 | 120.71 | 0.41 | 0.6 |
| Hex | 6F | C3 | 70 | 2B | 0 | 2B | 18 | 79 | 29 | 3C |
| Octal | 157 | 303 | 160 | 53 | 0 | 53 | 30 | 171 | 51 | 74 |
| Binary | 1101111 | 11000011 | 1110000 | 101011 | 0 | 101011 | 11000 | 1111001 | 101001 | 111100 |
Color Harmonies of #6FC370
Complementary color
Monochromatic Colors of #6FC370
Black with #6FC370
Text Example
Text Example
White with #6FC370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC370; }
p { color: rgb(111,195,112); }
H1.HeaderClassName
{
color: #6FC370;
}
.AnyTagClassName
{
color: #6FC370;
}
</style>
background-color css
<style>
a { background-color: #6FC370; }
a { background-color: rgb(111,195,112); }
div.DivClassName
{
background-color: #6FC370;
}
.BgClassName
{
background-color: #6FC370;
}
</style>
border-color css
<style>
span { border-color: #6FC370; }
span { border-color: rgb(111,195,112); }
td.TdClassName
{
border-color: #6FC370;
}
.TagClassName
{
border-color: #6FC370;
}
</style>