Shades of Fern #6BC468
Tints of Fern #6BC468
RGB
CMYK
RGB Variations
Color information
#6BC468 (or 0x6BC468) is known color: Fern. HEX triplet: 6B, C4 and 68. RGB value is (107,196,104). Sum of RGB (Red+Green+Blue) = 107+196+104=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC468 is #943B97. Grayscale: #9F9F9F. Windows color (decimal): -9714584 or 6866027. OLE color: 6866027.
HSL color Cylindrical-coordinate representation of color #6BC468: hue angle of 118.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC468 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 196 | 104 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.23 |
| HSL | 118.04º | 0.44% | 0.59% | - |
| HSV(B) | 118.04º | 0.47% | 0.77% | - |
| XYZ | 28.3 | 43.61 | 20.02 | - |
| YUV | 158.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 104 | 0.45 | 0 | 0.47 | 0.23 | 118.04 | 0.44 | 0.59 |
| Hex | 6B | C4 | 68 | 2D | 0 | 2F | 17 | 76 | 2C | 3B |
| Octal | 153 | 304 | 150 | 55 | 0 | 57 | 27 | 166 | 54 | 73 |
| Binary | 1101011 | 11000100 | 1101000 | 101101 | 0 | 101111 | 10111 | 1110110 | 101100 | 111011 |
Color Harmonies of #6BC468
Complementary color
Monochromatic Colors of #6BC468
Black with #6BC468
Text Example
Text Example
White with #6BC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC468; }
p { color: rgb(107,196,104); }
H1.HeaderClassName
{
color: #6BC468;
}
.AnyTagClassName
{
color: #6BC468;
}
</style>
background-color css
<style>
a { background-color: #6BC468; }
a { background-color: rgb(107,196,104); }
div.DivClassName
{
background-color: #6BC468;
}
.BgClassName
{
background-color: #6BC468;
}
</style>
border-color css
<style>
span { border-color: #6BC468; }
span { border-color: rgb(107,196,104); }
td.TdClassName
{
border-color: #6BC468;
}
.TagClassName
{
border-color: #6BC468;
}
</style>