Shades of Fern #6BBB7B
Tints of Fern #6BBB7B
RGB
CMYK
RGB Variations
Color information
#6BBB7B (or 0x6BBB7B) is known color: Fern. HEX triplet: 6B, BB and 7B. RGB value is (107,187,123). Sum of RGB (Red+Green+Blue) = 107+187+123=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #6BBB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBB7B is #944484. Grayscale: #9B9B9B. Windows color (decimal): -9716869 or 8108907. OLE color: 8108907.
HSL color Cylindrical-coordinate representation of color #6BBB7B: hue angle of 132º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBB7B is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 187 | 123 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.27 |
| HSL | 132º | 0.37% | 0.58% | - |
| HSV(B) | 132º | 0.43% | 0.73% | - |
| XYZ | 27.41 | 40.1 | 25.03 | - |
| YUV | 155.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 187 | 123 | 0.43 | 0 | 0.34 | 0.27 | 132 | 0.37 | 0.58 |
| Hex | 6B | BB | 7B | 2B | 0 | 22 | 1B | 84 | 25 | 3A |
| Octal | 153 | 273 | 173 | 53 | 0 | 42 | 33 | 204 | 45 | 72 |
| Binary | 1101011 | 10111011 | 1111011 | 101011 | 0 | 100010 | 11011 | 10000100 | 100101 | 111010 |
Color Harmonies of #6BBB7B
Complementary color
Monochromatic Colors of #6BBB7B
Black with #6BBB7B
Text Example
Text Example
White with #6BBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBB7B; }
p { color: rgb(107,187,123); }
H1.HeaderClassName
{
color: #6BBB7B;
}
.AnyTagClassName
{
color: #6BBB7B;
}
</style>
background-color css
<style>
a { background-color: #6BBB7B; }
a { background-color: rgb(107,187,123); }
div.DivClassName
{
background-color: #6BBB7B;
}
.BgClassName
{
background-color: #6BBB7B;
}
</style>
border-color css
<style>
span { border-color: #6BBB7B; }
span { border-color: rgb(107,187,123); }
td.TdClassName
{
border-color: #6BBB7B;
}
.TagClassName
{
border-color: #6BBB7B;
}
</style>