Shades of Fern #6BC760
Tints of Fern #6BC760
RGB
CMYK
RGB Variations
Color information
#6BC760 (or 0x6BC760) is known color: Fern. HEX triplet: 6B, C7 and 60. RGB value is (107,199,96). Sum of RGB (Red+Green+Blue) = 107+199+96=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC760 is #94389F. Grayscale: #A0A0A0. Windows color (decimal): -9713824 or 6342507. OLE color: 6342507.
HSL color Cylindrical-coordinate representation of color #6BC760: hue angle of 113.59º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BC760 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 199 | 96 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.22 |
| HSL | 113.59º | 0.48% | 0.58% | - |
| HSV(B) | 113.59º | 0.52% | 0.78% | - |
| XYZ | 28.6 | 44.82 | 18.21 | - |
| YUV | 159.75 | 92.02 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 199 | 96 | 0.46 | 0 | 0.52 | 0.22 | 113.59 | 0.48 | 0.58 |
| Hex | 6B | C7 | 60 | 2E | 0 | 34 | 16 | 72 | 30 | 3A |
| Octal | 153 | 307 | 140 | 56 | 0 | 64 | 26 | 162 | 60 | 72 |
| Binary | 1101011 | 11000111 | 1100000 | 101110 | 0 | 110100 | 10110 | 1110010 | 110000 | 111010 |
Color Harmonies of #6BC760
Complementary color
Monochromatic Colors of #6BC760
Black with #6BC760
Text Example
Text Example
White with #6BC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC760; }
p { color: rgb(107,199,96); }
H1.HeaderClassName
{
color: #6BC760;
}
.AnyTagClassName
{
color: #6BC760;
}
</style>
background-color css
<style>
a { background-color: #6BC760; }
a { background-color: rgb(107,199,96); }
div.DivClassName
{
background-color: #6BC760;
}
.BgClassName
{
background-color: #6BC760;
}
</style>
border-color css
<style>
span { border-color: #6BC760; }
span { border-color: rgb(107,199,96); }
td.TdClassName
{
border-color: #6BC760;
}
.TagClassName
{
border-color: #6BC760;
}
</style>