Shades of Fern #6BC360
Tints of Fern #6BC360
RGB
CMYK
RGB Variations
Color information
#6BC360 (or 0x6BC360) is known color: Fern. HEX triplet: 6B, C3 and 60. RGB value is (107,195,96). Sum of RGB (Red+Green+Blue) = 107+195+96=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC360 is #943C9F. Grayscale: #9D9D9D. Windows color (decimal): -9714848 or 6341483. OLE color: 6341483.
HSL color Cylindrical-coordinate representation of color #6BC360: hue angle of 113.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BC360 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 195 | 96 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.24 |
| HSL | 113.33º | 0.45% | 0.57% | - |
| HSV(B) | 113.33º | 0.51% | 0.76% | - |
| XYZ | 27.69 | 43 | 17.91 | - |
| YUV | 157.4 | 93.35 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 195 | 96 | 0.45 | 0 | 0.51 | 0.24 | 113.33 | 0.45 | 0.57 |
| Hex | 6B | C3 | 60 | 2D | 0 | 33 | 18 | 71 | 2D | 39 |
| Octal | 153 | 303 | 140 | 55 | 0 | 63 | 30 | 161 | 55 | 71 |
| Binary | 1101011 | 11000011 | 1100000 | 101101 | 0 | 110011 | 11000 | 1110001 | 101101 | 111001 |
Color Harmonies of #6BC360
Complementary color
Monochromatic Colors of #6BC360
Black with #6BC360
Text Example
Text Example
White with #6BC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC360; }
p { color: rgb(107,195,96); }
H1.HeaderClassName
{
color: #6BC360;
}
.AnyTagClassName
{
color: #6BC360;
}
</style>
background-color css
<style>
a { background-color: #6BC360; }
a { background-color: rgb(107,195,96); }
div.DivClassName
{
background-color: #6BC360;
}
.BgClassName
{
background-color: #6BC360;
}
</style>
border-color css
<style>
span { border-color: #6BC360; }
span { border-color: rgb(107,195,96); }
td.TdClassName
{
border-color: #6BC360;
}
.TagClassName
{
border-color: #6BC360;
}
</style>