Shades of Fern #6FBA65
Tints of Fern #6FBA65
RGB
CMYK
RGB Variations
Color information
#6FBA65 (or 0x6FBA65) is known color: Fern. HEX triplet: 6F, BA and 65. RGB value is (111,186,101). Sum of RGB (Red+Green+Blue) = 111+186+101=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA65 is #90459A. Grayscale: #9A9A9A. Windows color (decimal): -9455003 or 6666863. OLE color: 6666863.
HSL color Cylindrical-coordinate representation of color #6FBA65: hue angle of 112.94º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FBA65 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 101 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.27 |
| HSL | 112.94º | 0.38% | 0.56% | - |
| HSV(B) | 112.94º | 0.46% | 0.73% | - |
| XYZ | 26.46 | 39.44 | 18.53 | - |
| YUV | 153.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 101 | 0.40 | 0 | 0.46 | 0.27 | 112.94 | 0.38 | 0.56 |
| Hex | 6F | BA | 65 | 28 | 0 | 2E | 1B | 71 | 26 | 38 |
| Octal | 157 | 272 | 145 | 50 | 0 | 56 | 33 | 161 | 46 | 70 |
| Binary | 1101111 | 10111010 | 1100101 | 101000 | 0 | 101110 | 11011 | 1110001 | 100110 | 111000 |
Color Harmonies of #6FBA65
Complementary color
Monochromatic Colors of #6FBA65
Black with #6FBA65
Text Example
Text Example
White with #6FBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA65; }
p { color: rgb(111,186,101); }
H1.HeaderClassName
{
color: #6FBA65;
}
.AnyTagClassName
{
color: #6FBA65;
}
</style>
background-color css
<style>
a { background-color: #6FBA65; }
a { background-color: rgb(111,186,101); }
div.DivClassName
{
background-color: #6FBA65;
}
.BgClassName
{
background-color: #6FBA65;
}
</style>
border-color css
<style>
span { border-color: #6FBA65; }
span { border-color: rgb(111,186,101); }
td.TdClassName
{
border-color: #6FBA65;
}
.TagClassName
{
border-color: #6FBA65;
}
</style>