Shades of Fern #6BBA65
Tints of Fern #6BBA65
RGB
CMYK
RGB Variations
Color information
#6BBA65 (or 0x6BBA65) is known color: Fern. HEX triplet: 6B, BA and 65. RGB value is (107,186,101). Sum of RGB (Red+Green+Blue) = 107+186+101=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBA65 is #94459A. Grayscale: #989898. Windows color (decimal): -9717147 or 6666859. OLE color: 6666859.
HSL color Cylindrical-coordinate representation of color #6BBA65: hue angle of 115.76º 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 #6BBA65 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 101 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.27 |
| HSL | 115.76º | 0.38% | 0.56% | - |
| HSV(B) | 115.76º | 0.46% | 0.73% | - |
| XYZ | 25.97 | 39.18 | 18.51 | - |
| YUV | 152.69 | 98.83 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 101 | 0.42 | 0 | 0.46 | 0.27 | 115.76 | 0.38 | 0.56 |
| Hex | 6B | BA | 65 | 2A | 0 | 2E | 1B | 74 | 26 | 38 |
| Octal | 153 | 272 | 145 | 52 | 0 | 56 | 33 | 164 | 46 | 70 |
| Binary | 1101011 | 10111010 | 1100101 | 101010 | 0 | 101110 | 11011 | 1110100 | 100110 | 111000 |
Color Harmonies of #6BBA65
Complementary color
Monochromatic Colors of #6BBA65
Black with #6BBA65
Text Example
Text Example
White with #6BBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA65; }
p { color: rgb(107,186,101); }
H1.HeaderClassName
{
color: #6BBA65;
}
.AnyTagClassName
{
color: #6BBA65;
}
</style>
background-color css
<style>
a { background-color: #6BBA65; }
a { background-color: rgb(107,186,101); }
div.DivClassName
{
background-color: #6BBA65;
}
.BgClassName
{
background-color: #6BBA65;
}
</style>
border-color css
<style>
span { border-color: #6BBA65; }
span { border-color: rgb(107,186,101); }
td.TdClassName
{
border-color: #6BBA65;
}
.TagClassName
{
border-color: #6BBA65;
}
</style>