Shades of Fern #6CBC7C
Tints of Fern #6CBC7C
RGB
CMYK
RGB Variations
Color information
#6CBC7C (or 0x6CBC7C) is known color: Fern. HEX triplet: 6C, BC and 7C. RGB value is (108,188,124). Sum of RGB (Red+Green+Blue) = 108+188+124=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC7C is #934383. Grayscale: #9C9C9C. Windows color (decimal): -9651076 or 8174700. OLE color: 8174700.
HSL color Cylindrical-coordinate representation of color #6CBC7C: hue angle of 132º degrees, saturation: 0.37, 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 #6CBC7C is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 124 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.26 |
| HSL | 132º | 0.37% | 0.58% | - |
| HSV(B) | 132º | 0.43% | 0.74% | - |
| XYZ | 27.81 | 40.61 | 25.44 | - |
| YUV | 156.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 124 | 0.43 | 0 | 0.34 | 0.26 | 132 | 0.37 | 0.58 |
| Hex | 6C | BC | 7C | 2B | 0 | 22 | 1A | 84 | 25 | 3A |
| Octal | 154 | 274 | 174 | 53 | 0 | 42 | 32 | 204 | 45 | 72 |
| Binary | 1101100 | 10111100 | 1111100 | 101011 | 0 | 100010 | 11010 | 10000100 | 100101 | 111010 |
Color Harmonies of #6CBC7C
Complementary color
Monochromatic Colors of #6CBC7C
Black with #6CBC7C
Text Example
Text Example
White with #6CBC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC7C; }
p { color: rgb(108,188,124); }
H1.HeaderClassName
{
color: #6CBC7C;
}
.AnyTagClassName
{
color: #6CBC7C;
}
</style>
background-color css
<style>
a { background-color: #6CBC7C; }
a { background-color: rgb(108,188,124); }
div.DivClassName
{
background-color: #6CBC7C;
}
.BgClassName
{
background-color: #6CBC7C;
}
</style>
border-color css
<style>
span { border-color: #6CBC7C; }
span { border-color: rgb(108,188,124); }
td.TdClassName
{
border-color: #6CBC7C;
}
.TagClassName
{
border-color: #6CBC7C;
}
</style>