Shades of Fern #6FBA68
Tints of Fern #6FBA68
RGB
CMYK
RGB Variations
Color information
#6FBA68 (or 0x6FBA68) is known color: Fern. HEX triplet: 6F, BA and 68. RGB value is (111,186,104). Sum of RGB (Red+Green+Blue) = 111+186+104=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA68 is #904597. Grayscale: #9A9A9A. Windows color (decimal): -9455000 or 6863471. OLE color: 6863471.
HSL color Cylindrical-coordinate representation of color #6FBA68: hue angle of 114.88º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FBA68 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 104 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.27 |
| HSL | 114.88º | 0.37% | 0.57% | - |
| HSV(B) | 114.88º | 0.44% | 0.73% | - |
| XYZ | 26.61 | 39.5 | 19.32 | - |
| YUV | 154.23 | 99.65 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 104 | 0.40 | 0 | 0.44 | 0.27 | 114.88 | 0.37 | 0.57 |
| Hex | 6F | BA | 68 | 28 | 0 | 2C | 1B | 73 | 25 | 39 |
| Octal | 157 | 272 | 150 | 50 | 0 | 54 | 33 | 163 | 45 | 71 |
| Binary | 1101111 | 10111010 | 1101000 | 101000 | 0 | 101100 | 11011 | 1110011 | 100101 | 111001 |
Color Harmonies of #6FBA68
Complementary color
Monochromatic Colors of #6FBA68
Black with #6FBA68
Text Example
Text Example
White with #6FBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA68; }
p { color: rgb(111,186,104); }
H1.HeaderClassName
{
color: #6FBA68;
}
.AnyTagClassName
{
color: #6FBA68;
}
</style>
background-color css
<style>
a { background-color: #6FBA68; }
a { background-color: rgb(111,186,104); }
div.DivClassName
{
background-color: #6FBA68;
}
.BgClassName
{
background-color: #6FBA68;
}
</style>
border-color css
<style>
span { border-color: #6FBA68; }
span { border-color: rgb(111,186,104); }
td.TdClassName
{
border-color: #6FBA68;
}
.TagClassName
{
border-color: #6FBA68;
}
</style>