Shades of Fern #68B963
Tints of Fern #68B963
RGB
CMYK
RGB Variations
Color information
#68B963 (or 0x68B963) is known color: Fern. HEX triplet: 68, B9 and 63. RGB value is (104,185,99). Sum of RGB (Red+Green+Blue) = 104+185+99=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #68B963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B963 is #97469C. Grayscale: #979797. Windows color (decimal): -9914013 or 6535528. OLE color: 6535528.
HSL color Cylindrical-coordinate representation of color #68B963: hue angle of 116.51º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68B963 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 99 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.27 |
| HSL | 116.51º | 0.38% | 0.56% | - |
| HSV(B) | 116.51º | 0.46% | 0.73% | - |
| XYZ | 25.31 | 38.54 | 17.91 | - |
| YUV | 150.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 99 | 0.44 | 0 | 0.46 | 0.27 | 116.51 | 0.38 | 0.56 |
| Hex | 68 | B9 | 63 | 2C | 0 | 2E | 1B | 75 | 26 | 38 |
| Octal | 150 | 271 | 143 | 54 | 0 | 56 | 33 | 165 | 46 | 70 |
| Binary | 1101000 | 10111001 | 1100011 | 101100 | 0 | 101110 | 11011 | 1110101 | 100110 | 111000 |
Color Harmonies of #68B963
Complementary color
Monochromatic Colors of #68B963
Black with #68B963
Text Example
Text Example
White with #68B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B963; }
p { color: rgb(104,185,99); }
H1.HeaderClassName
{
color: #68B963;
}
.AnyTagClassName
{
color: #68B963;
}
</style>
background-color css
<style>
a { background-color: #68B963; }
a { background-color: rgb(104,185,99); }
div.DivClassName
{
background-color: #68B963;
}
.BgClassName
{
background-color: #68B963;
}
</style>
border-color css
<style>
span { border-color: #68B963; }
span { border-color: rgb(104,185,99); }
td.TdClassName
{
border-color: #68B963;
}
.TagClassName
{
border-color: #68B963;
}
</style>