Shades of Fern #6BBC70
Tints of Fern #6BBC70
RGB
CMYK
RGB Variations
Color information
#6BBC70 (or 0x6BBC70) is known color: Fern. HEX triplet: 6B, BC and 70. RGB value is (107,188,112). Sum of RGB (Red+Green+Blue) = 107+188+112=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC70 is #94438F. Grayscale: #9B9B9B. Windows color (decimal): -9716624 or 7388267. OLE color: 7388267.
HSL color Cylindrical-coordinate representation of color #6BBC70: hue angle of 123.7º 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 #6BBC70 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 112 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.26 |
| HSL | 123.7º | 0.38% | 0.58% | - |
| HSV(B) | 123.7º | 0.43% | 0.74% | - |
| XYZ | 26.97 | 40.26 | 21.68 | - |
| YUV | 155.12 | 103.66 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 112 | 0.43 | 0 | 0.40 | 0.26 | 123.7 | 0.38 | 0.58 |
| Hex | 6B | BC | 70 | 2B | 0 | 28 | 1A | 7C | 26 | 3A |
| Octal | 153 | 274 | 160 | 53 | 0 | 50 | 32 | 174 | 46 | 72 |
| Binary | 1101011 | 10111100 | 1110000 | 101011 | 0 | 101000 | 11010 | 1111100 | 100110 | 111010 |
Color Harmonies of #6BBC70
Complementary color
Monochromatic Colors of #6BBC70
Black with #6BBC70
Text Example
Text Example
White with #6BBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC70; }
p { color: rgb(107,188,112); }
H1.HeaderClassName
{
color: #6BBC70;
}
.AnyTagClassName
{
color: #6BBC70;
}
</style>
background-color css
<style>
a { background-color: #6BBC70; }
a { background-color: rgb(107,188,112); }
div.DivClassName
{
background-color: #6BBC70;
}
.BgClassName
{
background-color: #6BBC70;
}
</style>
border-color css
<style>
span { border-color: #6BBC70; }
span { border-color: rgb(107,188,112); }
td.TdClassName
{
border-color: #6BBC70;
}
.TagClassName
{
border-color: #6BBC70;
}
</style>