Shades of Fern #68B96C
Tints of Fern #68B96C
RGB
CMYK
RGB Variations
Color information
#68B96C (or 0x68B96C) is known color: Fern. HEX triplet: 68, B9 and 6C. RGB value is (104,185,108). Sum of RGB (Red+Green+Blue) = 104+185+108=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #68B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B96C is #974693. Grayscale: #989898. Windows color (decimal): -9914004 or 7125352. OLE color: 7125352.
HSL color Cylindrical-coordinate representation of color #68B96C: hue angle of 122.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68B96C is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 108 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.27 |
| HSL | 122.96º | 0.37% | 0.57% | - |
| HSV(B) | 122.96º | 0.44% | 0.73% | - |
| XYZ | 25.76 | 38.72 | 20.3 | - |
| YUV | 152 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 108 | 0.44 | 0 | 0.42 | 0.27 | 122.96 | 0.37 | 0.57 |
| Hex | 68 | B9 | 6C | 2C | 0 | 2A | 1B | 7B | 25 | 39 |
| Octal | 150 | 271 | 154 | 54 | 0 | 52 | 33 | 173 | 45 | 71 |
| Binary | 1101000 | 10111001 | 1101100 | 101100 | 0 | 101010 | 11011 | 1111011 | 100101 | 111001 |
Color Harmonies of #68B96C
Complementary color
Monochromatic Colors of #68B96C
Black with #68B96C
Text Example
Text Example
White with #68B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B96C; }
p { color: rgb(104,185,108); }
H1.HeaderClassName
{
color: #68B96C;
}
.AnyTagClassName
{
color: #68B96C;
}
</style>
background-color css
<style>
a { background-color: #68B96C; }
a { background-color: rgb(104,185,108); }
div.DivClassName
{
background-color: #68B96C;
}
.BgClassName
{
background-color: #68B96C;
}
</style>
border-color css
<style>
span { border-color: #68B96C; }
span { border-color: rgb(104,185,108); }
td.TdClassName
{
border-color: #68B96C;
}
.TagClassName
{
border-color: #68B96C;
}
</style>