Shades of Fern #6BBD6C
Tints of Fern #6BBD6C
RGB
CMYK
RGB Variations
Color information
#6BBD6C (or 0x6BBD6C) is known color: Fern. HEX triplet: 6B, BD and 6C. RGB value is (107,189,108). Sum of RGB (Red+Green+Blue) = 107+189+108=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBD6C is #944293. Grayscale: #9B9B9B. Windows color (decimal): -9716372 or 7126379. OLE color: 7126379.
HSL color Cylindrical-coordinate representation of color #6BBD6C: hue angle of 120.73º 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 #6BBD6C is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 189 | 108 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.26 |
| HSL | 120.73º | 0.38% | 0.58% | - |
| HSV(B) | 120.73º | 0.43% | 0.74% | - |
| XYZ | 26.97 | 40.6 | 20.6 | - |
| YUV | 155.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 189 | 108 | 0.43 | 0 | 0.43 | 0.26 | 120.73 | 0.38 | 0.58 |
| Hex | 6B | BD | 6C | 2B | 0 | 2B | 1A | 79 | 26 | 3A |
| Octal | 153 | 275 | 154 | 53 | 0 | 53 | 32 | 171 | 46 | 72 |
| Binary | 1101011 | 10111101 | 1101100 | 101011 | 0 | 101011 | 11010 | 1111001 | 100110 | 111010 |
Color Harmonies of #6BBD6C
Complementary color
Monochromatic Colors of #6BBD6C
Black with #6BBD6C
Text Example
Text Example
White with #6BBD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBD6C; }
p { color: rgb(107,189,108); }
H1.HeaderClassName
{
color: #6BBD6C;
}
.AnyTagClassName
{
color: #6BBD6C;
}
</style>
background-color css
<style>
a { background-color: #6BBD6C; }
a { background-color: rgb(107,189,108); }
div.DivClassName
{
background-color: #6BBD6C;
}
.BgClassName
{
background-color: #6BBD6C;
}
</style>
border-color css
<style>
span { border-color: #6BBD6C; }
span { border-color: rgb(107,189,108); }
td.TdClassName
{
border-color: #6BBD6C;
}
.TagClassName
{
border-color: #6BBD6C;
}
</style>