Shades of Fern #6BC07F
Tints of Fern #6BC07F
RGB
CMYK
RGB Variations
Color information
#6BC07F (or 0x6BC07F) is known color: Fern. HEX triplet: 6B, C0 and 7F. RGB value is (107,192,127). Sum of RGB (Red+Green+Blue) = 107+192+127=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC07F is #943F80. Grayscale: #9F9F9F. Windows color (decimal): -9715585 or 8372331. OLE color: 8372331.
HSL color Cylindrical-coordinate representation of color #6BC07F: hue angle of 134.12º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BC07F is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 127 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.25 |
| HSL | 134.12º | 0.4% | 0.59% | - |
| HSV(B) | 134.12º | 0.44% | 0.75% | - |
| XYZ | 28.74 | 42.36 | 26.74 | - |
| YUV | 159.18 | 109.84 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 127 | 0.44 | 0 | 0.34 | 0.25 | 134.12 | 0.4 | 0.59 |
| Hex | 6B | C0 | 7F | 2C | 0 | 22 | 19 | 86 | 28 | 3B |
| Octal | 153 | 300 | 177 | 54 | 0 | 42 | 31 | 206 | 50 | 73 |
| Binary | 1101011 | 11000000 | 1111111 | 101100 | 0 | 100010 | 11001 | 10000110 | 101000 | 111011 |
Color Harmonies of #6BC07F
Complementary color
Monochromatic Colors of #6BC07F
Black with #6BC07F
Text Example
Text Example
White with #6BC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC07F; }
p { color: rgb(107,192,127); }
H1.HeaderClassName
{
color: #6BC07F;
}
.AnyTagClassName
{
color: #6BC07F;
}
</style>
background-color css
<style>
a { background-color: #6BC07F; }
a { background-color: rgb(107,192,127); }
div.DivClassName
{
background-color: #6BC07F;
}
.BgClassName
{
background-color: #6BC07F;
}
</style>
border-color css
<style>
span { border-color: #6BC07F; }
span { border-color: rgb(107,192,127); }
td.TdClassName
{
border-color: #6BC07F;
}
.TagClassName
{
border-color: #6BC07F;
}
</style>