Shades of Fern #6FBA67
Tints of Fern #6FBA67
RGB
CMYK
RGB Variations
Color information
#6FBA67 (or 0x6FBA67) is known color: Fern. HEX triplet: 6F, BA and 67. RGB value is (111,186,103). Sum of RGB (Red+Green+Blue) = 111+186+103=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA67 is #904598. Grayscale: #9A9A9A. Windows color (decimal): -9455001 or 6797935. OLE color: 6797935.
HSL color Cylindrical-coordinate representation of color #6FBA67: hue angle of 114.22º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FBA67 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 103 | - |
| CMYK | 0.40 | 0 | 0.45 | 0.27 |
| HSL | 114.22º | 0.38% | 0.57% | - |
| HSV(B) | 114.22º | 0.45% | 0.73% | - |
| XYZ | 26.56 | 39.48 | 19.05 | - |
| YUV | 154.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 103 | 0.40 | 0 | 0.45 | 0.27 | 114.22 | 0.38 | 0.57 |
| Hex | 6F | BA | 67 | 28 | 0 | 2D | 1B | 72 | 26 | 39 |
| Octal | 157 | 272 | 147 | 50 | 0 | 55 | 33 | 162 | 46 | 71 |
| Binary | 1101111 | 10111010 | 1100111 | 101000 | 0 | 101101 | 11011 | 1110010 | 100110 | 111001 |
Color Harmonies of #6FBA67
Complementary color
Monochromatic Colors of #6FBA67
Black with #6FBA67
Text Example
Text Example
White with #6FBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA67; }
p { color: rgb(111,186,103); }
H1.HeaderClassName
{
color: #6FBA67;
}
.AnyTagClassName
{
color: #6FBA67;
}
</style>
background-color css
<style>
a { background-color: #6FBA67; }
a { background-color: rgb(111,186,103); }
div.DivClassName
{
background-color: #6FBA67;
}
.BgClassName
{
background-color: #6FBA67;
}
</style>
border-color css
<style>
span { border-color: #6FBA67; }
span { border-color: rgb(111,186,103); }
td.TdClassName
{
border-color: #6FBA67;
}
.TagClassName
{
border-color: #6FBA67;
}
</style>