Shades of Fern #6BC168
Tints of Fern #6BC168
RGB
CMYK
RGB Variations
Color information
#6BC168 (or 0x6BC168) is known color: Fern. HEX triplet: 6B, C1 and 68. RGB value is (107,193,104). Sum of RGB (Red+Green+Blue) = 107+193+104=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC168 is #943E97. Grayscale: #9D9D9D. Windows color (decimal): -9715352 or 6865259. OLE color: 6865259.
HSL color Cylindrical-coordinate representation of color #6BC168: hue angle of 117.98º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC168 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 193 | 104 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.24 |
| HSL | 117.98º | 0.42% | 0.58% | - |
| HSV(B) | 117.98º | 0.46% | 0.76% | - |
| XYZ | 27.63 | 42.27 | 19.8 | - |
| YUV | 157.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 104 | 0.45 | 0 | 0.46 | 0.24 | 117.98 | 0.42 | 0.58 |
| Hex | 6B | C1 | 68 | 2D | 0 | 2E | 18 | 76 | 2A | 3A |
| Octal | 153 | 301 | 150 | 55 | 0 | 56 | 30 | 166 | 52 | 72 |
| Binary | 1101011 | 11000001 | 1101000 | 101101 | 0 | 101110 | 11000 | 1110110 | 101010 | 111010 |
Color Harmonies of #6BC168
Complementary color
Monochromatic Colors of #6BC168
Black with #6BC168
Text Example
Text Example
White with #6BC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC168; }
p { color: rgb(107,193,104); }
H1.HeaderClassName
{
color: #6BC168;
}
.AnyTagClassName
{
color: #6BC168;
}
</style>
background-color css
<style>
a { background-color: #6BC168; }
a { background-color: rgb(107,193,104); }
div.DivClassName
{
background-color: #6BC168;
}
.BgClassName
{
background-color: #6BC168;
}
</style>
border-color css
<style>
span { border-color: #6BC168; }
span { border-color: rgb(107,193,104); }
td.TdClassName
{
border-color: #6BC168;
}
.TagClassName
{
border-color: #6BC168;
}
</style>