Shades of Fern #6BC565
Tints of Fern #6BC565
RGB
CMYK
RGB Variations
Color information
#6BC565 (or 0x6BC565) is known color: Fern. HEX triplet: 6B, C5 and 65. RGB value is (107,197,101). Sum of RGB (Red+Green+Blue) = 107+197+101=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 197 (77.34% from 255 or 48.64% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC565 is #943A9A. Grayscale: #9F9F9F. Windows color (decimal): -9714331 or 6669675. OLE color: 6669675.
HSL color Cylindrical-coordinate representation of color #6BC565: hue angle of 116.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BC565 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 101 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.23 |
| HSL | 116.25º | 0.45% | 0.58% | - |
| HSV(B) | 116.25º | 0.49% | 0.77% | - |
| XYZ | 28.38 | 44 | 19.31 | - |
| YUV | 159.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 101 | 0.46 | 0 | 0.49 | 0.23 | 116.25 | 0.45 | 0.58 |
| Hex | 6B | C5 | 65 | 2E | 0 | 31 | 17 | 74 | 2D | 3A |
| Octal | 153 | 305 | 145 | 56 | 0 | 61 | 27 | 164 | 55 | 72 |
| Binary | 1101011 | 11000101 | 1100101 | 101110 | 0 | 110001 | 10111 | 1110100 | 101101 | 111010 |
Color Harmonies of #6BC565
Complementary color
Monochromatic Colors of #6BC565
Black with #6BC565
Text Example
Text Example
White with #6BC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC565; }
p { color: rgb(107,197,101); }
H1.HeaderClassName
{
color: #6BC565;
}
.AnyTagClassName
{
color: #6BC565;
}
</style>
background-color css
<style>
a { background-color: #6BC565; }
a { background-color: rgb(107,197,101); }
div.DivClassName
{
background-color: #6BC565;
}
.BgClassName
{
background-color: #6BC565;
}
</style>
border-color css
<style>
span { border-color: #6BC565; }
span { border-color: rgb(107,197,101); }
td.TdClassName
{
border-color: #6BC565;
}
.TagClassName
{
border-color: #6BC565;
}
</style>