Shades of Fern #6FBA75
Tints of Fern #6FBA75
RGB
CMYK
RGB Variations
Color information
#6FBA75 (or 0x6FBA75) is known color: Fern. HEX triplet: 6F, BA and 75. RGB value is (111,186,117). Sum of RGB (Red+Green+Blue) = 111+186+117=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA75 is #90458A. Grayscale: #9B9B9B. Windows color (decimal): -9454987 or 7715439. OLE color: 7715439.
HSL color Cylindrical-coordinate representation of color #6FBA75: hue angle of 124.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA75 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 117 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.27 |
| HSL | 124.8º | 0.35% | 0.58% | - |
| HSV(B) | 124.8º | 0.4% | 0.73% | - |
| XYZ | 27.33 | 39.78 | 23.07 | - |
| YUV | 155.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 117 | 0.40 | 0 | 0.37 | 0.27 | 124.8 | 0.35 | 0.58 |
| Hex | 6F | BA | 75 | 28 | 0 | 25 | 1B | 7D | 23 | 3A |
| Octal | 157 | 272 | 165 | 50 | 0 | 45 | 33 | 175 | 43 | 72 |
| Binary | 1101111 | 10111010 | 1110101 | 101000 | 0 | 100101 | 11011 | 1111101 | 100011 | 111010 |
Color Harmonies of #6FBA75
Complementary color
Monochromatic Colors of #6FBA75
Black with #6FBA75
Text Example
Text Example
White with #6FBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA75; }
p { color: rgb(111,186,117); }
H1.HeaderClassName
{
color: #6FBA75;
}
.AnyTagClassName
{
color: #6FBA75;
}
</style>
background-color css
<style>
a { background-color: #6FBA75; }
a { background-color: rgb(111,186,117); }
div.DivClassName
{
background-color: #6FBA75;
}
.BgClassName
{
background-color: #6FBA75;
}
</style>
border-color css
<style>
span { border-color: #6FBA75; }
span { border-color: rgb(111,186,117); }
td.TdClassName
{
border-color: #6FBA75;
}
.TagClassName
{
border-color: #6FBA75;
}
</style>