Shades of Fern #6BBC7C
Tints of Fern #6BBC7C
RGB
CMYK
RGB Variations
Color information
#6BBC7C (or 0x6BBC7C) is known color: Fern. HEX triplet: 6B, BC and 7C. RGB value is (107,188,124). Sum of RGB (Red+Green+Blue) = 107+188+124=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC7C is #944383. Grayscale: #9C9C9C. Windows color (decimal): -9716612 or 8174699. OLE color: 8174699.
HSL color Cylindrical-coordinate representation of color #6BBC7C: hue angle of 132.59º 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 #6BBC7C is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 124 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.26 |
| HSL | 132.59º | 0.38% | 0.58% | - |
| HSV(B) | 132.59º | 0.43% | 0.74% | - |
| XYZ | 27.68 | 40.55 | 25.44 | - |
| YUV | 156.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 124 | 0.43 | 0 | 0.34 | 0.26 | 132.59 | 0.38 | 0.58 |
| Hex | 6B | BC | 7C | 2B | 0 | 22 | 1A | 85 | 26 | 3A |
| Octal | 153 | 274 | 174 | 53 | 0 | 42 | 32 | 205 | 46 | 72 |
| Binary | 1101011 | 10111100 | 1111100 | 101011 | 0 | 100010 | 11010 | 10000101 | 100110 | 111010 |
Color Harmonies of #6BBC7C
Complementary color
Monochromatic Colors of #6BBC7C
Black with #6BBC7C
Text Example
Text Example
White with #6BBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC7C; }
p { color: rgb(107,188,124); }
H1.HeaderClassName
{
color: #6BBC7C;
}
.AnyTagClassName
{
color: #6BBC7C;
}
</style>
background-color css
<style>
a { background-color: #6BBC7C; }
a { background-color: rgb(107,188,124); }
div.DivClassName
{
background-color: #6BBC7C;
}
.BgClassName
{
background-color: #6BBC7C;
}
</style>
border-color css
<style>
span { border-color: #6BBC7C; }
span { border-color: rgb(107,188,124); }
td.TdClassName
{
border-color: #6BBC7C;
}
.TagClassName
{
border-color: #6BBC7C;
}
</style>