Shades of Fern #6FC165
Tints of Fern #6FC165
RGB
CMYK
RGB Variations
Color information
#6FC165 (or 0x6FC165) is known color: Fern. HEX triplet: 6F, C1 and 65. RGB value is (111,193,101). Sum of RGB (Red+Green+Blue) = 111+193+101=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FC165 is #903E9A. Grayscale: #9E9E9E. Windows color (decimal): -9453211 or 6668655. OLE color: 6668655.
HSL color Cylindrical-coordinate representation of color #6FC165: hue angle of 113.48º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FC165 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 101 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.24 |
| HSL | 113.48º | 0.43% | 0.58% | - |
| HSV(B) | 113.48º | 0.48% | 0.76% | - |
| XYZ | 27.97 | 42.46 | 19.03 | - |
| YUV | 157.99 | 95.83 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 101 | 0.42 | 0 | 0.48 | 0.24 | 113.48 | 0.43 | 0.58 |
| Hex | 6F | C1 | 65 | 2A | 0 | 30 | 18 | 71 | 2B | 3A |
| Octal | 157 | 301 | 145 | 52 | 0 | 60 | 30 | 161 | 53 | 72 |
| Binary | 1101111 | 11000001 | 1100101 | 101010 | 0 | 110000 | 11000 | 1110001 | 101011 | 111010 |
Color Harmonies of #6FC165
Complementary color
Monochromatic Colors of #6FC165
Black with #6FC165
Text Example
Text Example
White with #6FC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC165; }
p { color: rgb(111,193,101); }
H1.HeaderClassName
{
color: #6FC165;
}
.AnyTagClassName
{
color: #6FC165;
}
</style>
background-color css
<style>
a { background-color: #6FC165; }
a { background-color: rgb(111,193,101); }
div.DivClassName
{
background-color: #6FC165;
}
.BgClassName
{
background-color: #6FC165;
}
</style>
border-color css
<style>
span { border-color: #6FC165; }
span { border-color: rgb(111,193,101); }
td.TdClassName
{
border-color: #6FC165;
}
.TagClassName
{
border-color: #6FC165;
}
</style>