Shades of Fern #6BC47A
Tints of Fern #6BC47A
RGB
CMYK
RGB Variations
Color information
#6BC47A (or 0x6BC47A) is known color: Fern. HEX triplet: 6B, C4 and 7A. RGB value is (107,196,122). Sum of RGB (Red+Green+Blue) = 107+196+122=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC47A is #943B85. Grayscale: #A1A1A1. Windows color (decimal): -9714566 or 8045675. OLE color: 8045675.
HSL color Cylindrical-coordinate representation of color #6BC47A: hue angle of 130.11º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC47A is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 196 | 122 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.23 |
| HSL | 130.11º | 0.43% | 0.59% | - |
| HSV(B) | 130.11º | 0.45% | 0.77% | - |
| XYZ | 29.32 | 44.01 | 25.36 | - |
| YUV | 160.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 122 | 0.45 | 0 | 0.38 | 0.23 | 130.11 | 0.43 | 0.59 |
| Hex | 6B | C4 | 7A | 2D | 0 | 26 | 17 | 82 | 2B | 3B |
| Octal | 153 | 304 | 172 | 55 | 0 | 46 | 27 | 202 | 53 | 73 |
| Binary | 1101011 | 11000100 | 1111010 | 101101 | 0 | 100110 | 10111 | 10000010 | 101011 | 111011 |
Color Harmonies of #6BC47A
Complementary color
Monochromatic Colors of #6BC47A
Black with #6BC47A
Text Example
Text Example
White with #6BC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC47A; }
p { color: rgb(107,196,122); }
H1.HeaderClassName
{
color: #6BC47A;
}
.AnyTagClassName
{
color: #6BC47A;
}
</style>
background-color css
<style>
a { background-color: #6BC47A; }
a { background-color: rgb(107,196,122); }
div.DivClassName
{
background-color: #6BC47A;
}
.BgClassName
{
background-color: #6BC47A;
}
</style>
border-color css
<style>
span { border-color: #6BC47A; }
span { border-color: rgb(107,196,122); }
td.TdClassName
{
border-color: #6BC47A;
}
.TagClassName
{
border-color: #6BC47A;
}
</style>