Shades of Fern #6BC770
Tints of Fern #6BC770
RGB
CMYK
RGB Variations
Color information
#6BC770 (or 0x6BC770) is known color: Fern. HEX triplet: 6B, C7 and 70. RGB value is (107,199,112). Sum of RGB (Red+Green+Blue) = 107+199+112=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC770 is #94388F. Grayscale: #A1A1A1. Windows color (decimal): -9713808 or 7391083. OLE color: 7391083.
HSL color Cylindrical-coordinate representation of color #6BC770: hue angle of 123.26º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC770 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 199 | 112 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.22 |
| HSL | 123.26º | 0.45% | 0.6% | - |
| HSV(B) | 123.26º | 0.46% | 0.78% | - |
| XYZ | 29.41 | 45.14 | 22.49 | - |
| YUV | 161.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 199 | 112 | 0.46 | 0 | 0.44 | 0.22 | 123.26 | 0.45 | 0.6 |
| Hex | 6B | C7 | 70 | 2E | 0 | 2C | 16 | 7B | 2D | 3C |
| Octal | 153 | 307 | 160 | 56 | 0 | 54 | 26 | 173 | 55 | 74 |
| Binary | 1101011 | 11000111 | 1110000 | 101110 | 0 | 101100 | 10110 | 1111011 | 101101 | 111100 |
Color Harmonies of #6BC770
Complementary color
Monochromatic Colors of #6BC770
Black with #6BC770
Text Example
Text Example
White with #6BC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC770; }
p { color: rgb(107,199,112); }
H1.HeaderClassName
{
color: #6BC770;
}
.AnyTagClassName
{
color: #6BC770;
}
</style>
background-color css
<style>
a { background-color: #6BC770; }
a { background-color: rgb(107,199,112); }
div.DivClassName
{
background-color: #6BC770;
}
.BgClassName
{
background-color: #6BC770;
}
</style>
border-color css
<style>
span { border-color: #6BC770; }
span { border-color: rgb(107,199,112); }
td.TdClassName
{
border-color: #6BC770;
}
.TagClassName
{
border-color: #6BC770;
}
</style>