Shades of Fern #6BBC6F
Tints of Fern #6BBC6F
RGB
CMYK
RGB Variations
Color information
#6BBC6F (or 0x6BBC6F) is known color: Fern. HEX triplet: 6B, BC and 6F. RGB value is (107,188,111). Sum of RGB (Red+Green+Blue) = 107+188+111=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC6F is #944390. Grayscale: #9B9B9B. Windows color (decimal): -9716625 or 7322731. OLE color: 7322731.
HSL color Cylindrical-coordinate representation of color #6BBC6F: hue angle of 122.96º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBC6F is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 111 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.26 |
| HSL | 122.96º | 0.38% | 0.58% | - |
| HSV(B) | 122.96º | 0.43% | 0.74% | - |
| XYZ | 26.92 | 40.24 | 21.39 | - |
| YUV | 155 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 111 | 0.43 | 0 | 0.41 | 0.26 | 122.96 | 0.38 | 0.58 |
| Hex | 6B | BC | 6F | 2B | 0 | 29 | 1A | 7B | 26 | 3A |
| Octal | 153 | 274 | 157 | 53 | 0 | 51 | 32 | 173 | 46 | 72 |
| Binary | 1101011 | 10111100 | 1101111 | 101011 | 0 | 101001 | 11010 | 1111011 | 100110 | 111010 |
Color Harmonies of #6BBC6F
Complementary color
Monochromatic Colors of #6BBC6F
Black with #6BBC6F
Text Example
Text Example
White with #6BBC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC6F; }
p { color: rgb(107,188,111); }
H1.HeaderClassName
{
color: #6BBC6F;
}
.AnyTagClassName
{
color: #6BBC6F;
}
</style>
background-color css
<style>
a { background-color: #6BBC6F; }
a { background-color: rgb(107,188,111); }
div.DivClassName
{
background-color: #6BBC6F;
}
.BgClassName
{
background-color: #6BBC6F;
}
</style>
border-color css
<style>
span { border-color: #6BBC6F; }
span { border-color: rgb(107,188,111); }
td.TdClassName
{
border-color: #6BBC6F;
}
.TagClassName
{
border-color: #6BBC6F;
}
</style>