Shades of Fern #68BC6B
Tints of Fern #68BC6B
RGB
CMYK
RGB Variations
Color information
#68BC6B (or 0x68BC6B) is known color: Fern. HEX triplet: 68, BC and 6B. RGB value is (104,188,107). Sum of RGB (Red+Green+Blue) = 104+188+107=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC6B is #974394. Grayscale: #999999. Windows color (decimal): -9913237 or 7060584. OLE color: 7060584.
HSL color Cylindrical-coordinate representation of color #68BC6B: hue angle of 122.14º 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 #68BC6B is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 107 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.26 |
| HSL | 122.14º | 0.39% | 0.57% | - |
| HSV(B) | 122.14º | 0.45% | 0.74% | - |
| XYZ | 26.35 | 39.97 | 20.24 | - |
| YUV | 153.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 107 | 0.45 | 0 | 0.43 | 0.26 | 122.14 | 0.39 | 0.57 |
| Hex | 68 | BC | 6B | 2D | 0 | 2B | 1A | 7A | 27 | 39 |
| Octal | 150 | 274 | 153 | 55 | 0 | 53 | 32 | 172 | 47 | 71 |
| Binary | 1101000 | 10111100 | 1101011 | 101101 | 0 | 101011 | 11010 | 1111010 | 100111 | 111001 |
Color Harmonies of #68BC6B
Complementary color
Monochromatic Colors of #68BC6B
Black with #68BC6B
Text Example
Text Example
White with #68BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC6B; }
p { color: rgb(104,188,107); }
H1.HeaderClassName
{
color: #68BC6B;
}
.AnyTagClassName
{
color: #68BC6B;
}
</style>
background-color css
<style>
a { background-color: #68BC6B; }
a { background-color: rgb(104,188,107); }
div.DivClassName
{
background-color: #68BC6B;
}
.BgClassName
{
background-color: #68BC6B;
}
</style>
border-color css
<style>
span { border-color: #68BC6B; }
span { border-color: rgb(104,188,107); }
td.TdClassName
{
border-color: #68BC6B;
}
.TagClassName
{
border-color: #68BC6B;
}
</style>