Shades of Fern #6BC06B
Tints of Fern #6BC06B
RGB
CMYK
RGB Variations
Color information
#6BC06B (or 0x6BC06B) is known color: Fern. HEX triplet: 6B, C0 and 6B. RGB value is (107,192,107). Sum of RGB (Red+Green+Blue) = 107+192+107=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC06B is #943F94. Grayscale: #9D9D9D. Windows color (decimal): -9715605 or 7061611. OLE color: 7061611.
HSL color Cylindrical-coordinate representation of color #6BC06B: hue angle of 120º 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 #6BC06B is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 107 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.25 |
| HSL | 120º | 0.4% | 0.59% | - |
| HSV(B) | 120º | 0.44% | 0.75% | - |
| XYZ | 27.57 | 41.89 | 20.54 | - |
| YUV | 156.9 | 99.84 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 107 | 0.44 | 0 | 0.44 | 0.25 | 120 | 0.4 | 0.59 |
| Hex | 6B | C0 | 6B | 2C | 0 | 2C | 19 | 78 | 28 | 3B |
| Octal | 153 | 300 | 153 | 54 | 0 | 54 | 31 | 170 | 50 | 73 |
| Binary | 1101011 | 11000000 | 1101011 | 101100 | 0 | 101100 | 11001 | 1111000 | 101000 | 111011 |
Color Harmonies of #6BC06B
Complementary color
Monochromatic Colors of #6BC06B
Black with #6BC06B
Text Example
Text Example
White with #6BC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC06B; }
p { color: rgb(107,192,107); }
H1.HeaderClassName
{
color: #6BC06B;
}
.AnyTagClassName
{
color: #6BC06B;
}
</style>
background-color css
<style>
a { background-color: #6BC06B; }
a { background-color: rgb(107,192,107); }
div.DivClassName
{
background-color: #6BC06B;
}
.BgClassName
{
background-color: #6BC06B;
}
</style>
border-color css
<style>
span { border-color: #6BC06B; }
span { border-color: rgb(107,192,107); }
td.TdClassName
{
border-color: #6BC06B;
}
.TagClassName
{
border-color: #6BC06B;
}
</style>