Shades of Fern #6CB47C
Tints of Fern #6CB47C
RGB
CMYK
RGB Variations
Color information
#6CB47C (or 0x6CB47C) is known color: Fern. HEX triplet: 6C, B4 and 7C. RGB value is (108,180,124). Sum of RGB (Red+Green+Blue) = 108+180+124=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB47C is #934B83. Grayscale: #989898. Windows color (decimal): -9653124 or 8172652. OLE color: 8172652.
HSL color Cylindrical-coordinate representation of color #6CB47C: hue angle of 133.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB47C is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 180 | 124 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.29 |
| HSL | 133.33º | 0.32% | 0.56% | - |
| HSV(B) | 133.33º | 0.4% | 0.71% | - |
| XYZ | 26.14 | 37.29 | 24.89 | - |
| YUV | 152.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 180 | 124 | 0.40 | 0 | 0.31 | 0.29 | 133.33 | 0.32 | 0.56 |
| Hex | 6C | B4 | 7C | 28 | 0 | 1F | 1D | 85 | 20 | 38 |
| Octal | 154 | 264 | 174 | 50 | 0 | 37 | 35 | 205 | 40 | 70 |
| Binary | 1101100 | 10110100 | 1111100 | 101000 | 0 | 11111 | 11101 | 10000101 | 100000 | 111000 |
Color Harmonies of #6CB47C
Complementary color
Monochromatic Colors of #6CB47C
Black with #6CB47C
Text Example
Text Example
White with #6CB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB47C; }
p { color: rgb(108,180,124); }
H1.HeaderClassName
{
color: #6CB47C;
}
.AnyTagClassName
{
color: #6CB47C;
}
</style>
background-color css
<style>
a { background-color: #6CB47C; }
a { background-color: rgb(108,180,124); }
div.DivClassName
{
background-color: #6CB47C;
}
.BgClassName
{
background-color: #6CB47C;
}
</style>
border-color css
<style>
span { border-color: #6CB47C; }
span { border-color: rgb(108,180,124); }
td.TdClassName
{
border-color: #6CB47C;
}
.TagClassName
{
border-color: #6CB47C;
}
</style>