Shades of Fern #6BBC68
Tints of Fern #6BBC68
RGB
CMYK
RGB Variations
Color information
#6BBC68 (or 0x6BBC68) is known color: Fern. HEX triplet: 6B, BC and 68. RGB value is (107,188,104). Sum of RGB (Red+Green+Blue) = 107+188+104=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBC68 is #944397. Grayscale: #9A9A9A. Windows color (decimal): -9716632 or 6863979. OLE color: 6863979.
HSL color Cylindrical-coordinate representation of color #6BBC68: hue angle of 117.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BBC68 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 104 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.26 |
| HSL | 117.86º | 0.39% | 0.57% | - |
| HSV(B) | 117.86º | 0.45% | 0.74% | - |
| XYZ | 26.55 | 40.09 | 19.44 | - |
| YUV | 154.21 | 99.66 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 104 | 0.43 | 0 | 0.45 | 0.26 | 117.86 | 0.39 | 0.57 |
| Hex | 6B | BC | 68 | 2B | 0 | 2D | 1A | 76 | 27 | 39 |
| Octal | 153 | 274 | 150 | 53 | 0 | 55 | 32 | 166 | 47 | 71 |
| Binary | 1101011 | 10111100 | 1101000 | 101011 | 0 | 101101 | 11010 | 1110110 | 100111 | 111001 |
Color Harmonies of #6BBC68
Complementary color
Monochromatic Colors of #6BBC68
Black with #6BBC68
Text Example
Text Example
White with #6BBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC68; }
p { color: rgb(107,188,104); }
H1.HeaderClassName
{
color: #6BBC68;
}
.AnyTagClassName
{
color: #6BBC68;
}
</style>
background-color css
<style>
a { background-color: #6BBC68; }
a { background-color: rgb(107,188,104); }
div.DivClassName
{
background-color: #6BBC68;
}
.BgClassName
{
background-color: #6BBC68;
}
</style>
border-color css
<style>
span { border-color: #6BBC68; }
span { border-color: rgb(107,188,104); }
td.TdClassName
{
border-color: #6BBC68;
}
.TagClassName
{
border-color: #6BBC68;
}
</style>