Shades of Fern #6BBD7B
Tints of Fern #6BBD7B
RGB
CMYK
RGB Variations
Color information
#6BBD7B (or 0x6BBD7B) is known color: Fern. HEX triplet: 6B, BD and 7B. RGB value is (107,189,123). Sum of RGB (Red+Green+Blue) = 107+189+123=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBD7B is #944284. Grayscale: #9D9D9D. Windows color (decimal): -9716357 or 8109419. OLE color: 8109419.
HSL color Cylindrical-coordinate representation of color #6BBD7B: hue angle of 131.71º 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 #6BBD7B is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 189 | 123 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.26 |
| HSL | 131.71º | 0.38% | 0.58% | - |
| HSV(B) | 131.71º | 0.43% | 0.74% | - |
| XYZ | 27.84 | 40.95 | 25.18 | - |
| YUV | 156.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 123 | 0.43 | 0 | 0.35 | 0.26 | 131.71 | 0.38 | 0.58 |
| Hex | 6B | BD | 7B | 2B | 0 | 23 | 1A | 84 | 26 | 3A |
| Octal | 153 | 275 | 173 | 53 | 0 | 43 | 32 | 204 | 46 | 72 |
| Binary | 1101011 | 10111101 | 1111011 | 101011 | 0 | 100011 | 11010 | 10000100 | 100110 | 111010 |
Color Harmonies of #6BBD7B
Complementary color
Monochromatic Colors of #6BBD7B
Black with #6BBD7B
Text Example
Text Example
White with #6BBD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBD7B; }
p { color: rgb(107,189,123); }
H1.HeaderClassName
{
color: #6BBD7B;
}
.AnyTagClassName
{
color: #6BBD7B;
}
</style>
background-color css
<style>
a { background-color: #6BBD7B; }
a { background-color: rgb(107,189,123); }
div.DivClassName
{
background-color: #6BBD7B;
}
.BgClassName
{
background-color: #6BBD7B;
}
</style>
border-color css
<style>
span { border-color: #6BBD7B; }
span { border-color: rgb(107,189,123); }
td.TdClassName
{
border-color: #6BBD7B;
}
.TagClassName
{
border-color: #6BBD7B;
}
</style>