Shades of Fern #6BBA7B
Tints of Fern #6BBA7B
RGB
CMYK
RGB Variations
Color information
#6BBA7B (or 0x6BBA7B) is known color: Fern. HEX triplet: 6B, BA and 7B. RGB value is (107,186,123). Sum of RGB (Red+Green+Blue) = 107+186+123=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBA7B is #944584. Grayscale: #9B9B9B. Windows color (decimal): -9717125 or 8108651. OLE color: 8108651.
HSL color Cylindrical-coordinate representation of color #6BBA7B: hue angle of 132.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBA7B is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 123 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.27 |
| HSL | 132.15º | 0.36% | 0.57% | - |
| HSV(B) | 132.15º | 0.42% | 0.73% | - |
| XYZ | 27.2 | 39.67 | 24.96 | - |
| YUV | 155.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 123 | 0.42 | 0 | 0.34 | 0.27 | 132.15 | 0.36 | 0.57 |
| Hex | 6B | BA | 7B | 2A | 0 | 22 | 1B | 84 | 24 | 39 |
| Octal | 153 | 272 | 173 | 52 | 0 | 42 | 33 | 204 | 44 | 71 |
| Binary | 1101011 | 10111010 | 1111011 | 101010 | 0 | 100010 | 11011 | 10000100 | 100100 | 111001 |
Color Harmonies of #6BBA7B
Complementary color
Monochromatic Colors of #6BBA7B
Black with #6BBA7B
Text Example
Text Example
White with #6BBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA7B; }
p { color: rgb(107,186,123); }
H1.HeaderClassName
{
color: #6BBA7B;
}
.AnyTagClassName
{
color: #6BBA7B;
}
</style>
background-color css
<style>
a { background-color: #6BBA7B; }
a { background-color: rgb(107,186,123); }
div.DivClassName
{
background-color: #6BBA7B;
}
.BgClassName
{
background-color: #6BBA7B;
}
</style>
border-color css
<style>
span { border-color: #6BBA7B; }
span { border-color: rgb(107,186,123); }
td.TdClassName
{
border-color: #6BBA7B;
}
.TagClassName
{
border-color: #6BBA7B;
}
</style>