Shades of Fern #6CBC71
Tints of Fern #6CBC71
RGB
CMYK
RGB Variations
Color information
#6CBC71 (or 0x6CBC71) is known color: Fern. HEX triplet: 6C, BC and 71. RGB value is (108,188,113). Sum of RGB (Red+Green+Blue) = 108+188+113=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBC71 is #93438E. Grayscale: #9B9B9B. Windows color (decimal): -9651087 or 7453804. OLE color: 7453804.
HSL color Cylindrical-coordinate representation of color #6CBC71: hue angle of 123.75º 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 #6CBC71 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 188 | 113 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.26 |
| HSL | 123.75º | 0.37% | 0.58% | - |
| HSV(B) | 123.75º | 0.43% | 0.74% | - |
| XYZ | 27.15 | 40.35 | 21.98 | - |
| YUV | 155.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 113 | 0.43 | 0 | 0.40 | 0.26 | 123.75 | 0.37 | 0.58 |
| Hex | 6C | BC | 71 | 2B | 0 | 28 | 1A | 7C | 25 | 3A |
| Octal | 154 | 274 | 161 | 53 | 0 | 50 | 32 | 174 | 45 | 72 |
| Binary | 1101100 | 10111100 | 1110001 | 101011 | 0 | 101000 | 11010 | 1111100 | 100101 | 111010 |
Color Harmonies of #6CBC71
Complementary color
Monochromatic Colors of #6CBC71
Black with #6CBC71
Text Example
Text Example
White with #6CBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBC71; }
p { color: rgb(108,188,113); }
H1.HeaderClassName
{
color: #6CBC71;
}
.AnyTagClassName
{
color: #6CBC71;
}
</style>
background-color css
<style>
a { background-color: #6CBC71; }
a { background-color: rgb(108,188,113); }
div.DivClassName
{
background-color: #6CBC71;
}
.BgClassName
{
background-color: #6CBC71;
}
</style>
border-color css
<style>
span { border-color: #6CBC71; }
span { border-color: rgb(108,188,113); }
td.TdClassName
{
border-color: #6CBC71;
}
.TagClassName
{
border-color: #6CBC71;
}
</style>