Shades of Fern #6BBC6A
Tints of Fern #6BBC6A
RGB
CMYK
RGB Variations
Color information
#6BBC6A (or 0x6BBC6A) is known color: Fern. HEX triplet: 6B, BC and 6A. RGB value is (107,188,106). Sum of RGB (Red+Green+Blue) = 107+188+106=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC6A is #944395. Grayscale: #9A9A9A. Windows color (decimal): -9716630 or 6995051. OLE color: 6995051.
HSL color Cylindrical-coordinate representation of color #6BBC6A: hue angle of 119.27º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBC6A is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 106 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.26 |
| HSL | 119.27º | 0.38% | 0.58% | - |
| HSV(B) | 119.27º | 0.44% | 0.74% | - |
| XYZ | 26.65 | 40.13 | 19.98 | - |
| YUV | 154.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 106 | 0.43 | 0 | 0.44 | 0.26 | 119.27 | 0.38 | 0.58 |
| Hex | 6B | BC | 6A | 2B | 0 | 2C | 1A | 77 | 26 | 3A |
| Octal | 153 | 274 | 152 | 53 | 0 | 54 | 32 | 167 | 46 | 72 |
| Binary | 1101011 | 10111100 | 1101010 | 101011 | 0 | 101100 | 11010 | 1110111 | 100110 | 111010 |
Color Harmonies of #6BBC6A
Complementary color
Monochromatic Colors of #6BBC6A
Black with #6BBC6A
Text Example
Text Example
White with #6BBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC6A; }
p { color: rgb(107,188,106); }
H1.HeaderClassName
{
color: #6BBC6A;
}
.AnyTagClassName
{
color: #6BBC6A;
}
</style>
background-color css
<style>
a { background-color: #6BBC6A; }
a { background-color: rgb(107,188,106); }
div.DivClassName
{
background-color: #6BBC6A;
}
.BgClassName
{
background-color: #6BBC6A;
}
</style>
border-color css
<style>
span { border-color: #6BBC6A; }
span { border-color: rgb(107,188,106); }
td.TdClassName
{
border-color: #6BBC6A;
}
.TagClassName
{
border-color: #6BBC6A;
}
</style>