Shades of Fern #6BBA64
Tints of Fern #6BBA64
RGB
CMYK
RGB Variations
Color information
#6BBA64 (or 0x6BBA64) is known color: Fern. HEX triplet: 6B, BA and 64. RGB value is (107,186,100). Sum of RGB (Red+Green+Blue) = 107+186+100=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBA64 is #94459B. Grayscale: #989898. Windows color (decimal): -9717148 or 6601323. OLE color: 6601323.
HSL color Cylindrical-coordinate representation of color #6BBA64: hue angle of 115.12º 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 #6BBA64 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 100 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.27 |
| HSL | 115.12º | 0.38% | 0.56% | - |
| HSV(B) | 115.12º | 0.46% | 0.73% | - |
| XYZ | 25.92 | 39.16 | 18.25 | - |
| YUV | 152.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 100 | 0.42 | 0 | 0.46 | 0.27 | 115.12 | 0.38 | 0.56 |
| Hex | 6B | BA | 64 | 2A | 0 | 2E | 1B | 73 | 26 | 38 |
| Octal | 153 | 272 | 144 | 52 | 0 | 56 | 33 | 163 | 46 | 70 |
| Binary | 1101011 | 10111010 | 1100100 | 101010 | 0 | 101110 | 11011 | 1110011 | 100110 | 111000 |
Color Harmonies of #6BBA64
Complementary color
Monochromatic Colors of #6BBA64
Black with #6BBA64
Text Example
Text Example
White with #6BBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA64; }
p { color: rgb(107,186,100); }
H1.HeaderClassName
{
color: #6BBA64;
}
.AnyTagClassName
{
color: #6BBA64;
}
</style>
background-color css
<style>
a { background-color: #6BBA64; }
a { background-color: rgb(107,186,100); }
div.DivClassName
{
background-color: #6BBA64;
}
.BgClassName
{
background-color: #6BBA64;
}
</style>
border-color css
<style>
span { border-color: #6BBA64; }
span { border-color: rgb(107,186,100); }
td.TdClassName
{
border-color: #6BBA64;
}
.TagClassName
{
border-color: #6BBA64;
}
</style>