Shades of Fern #68B96B
Tints of Fern #68B96B
RGB
CMYK
RGB Variations
Color information
#68B96B (or 0x68B96B) is known color: Fern. HEX triplet: 68, B9 and 6B. RGB value is (104,185,107). Sum of RGB (Red+Green+Blue) = 104+185+107=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #68B96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B96B is #974694. Grayscale: #989898. Windows color (decimal): -9914005 or 7059816. OLE color: 7059816.
HSL color Cylindrical-coordinate representation of color #68B96B: hue angle of 122.22º 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 #68B96B is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 107 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.27 |
| HSL | 122.22º | 0.37% | 0.57% | - |
| HSV(B) | 122.22º | 0.44% | 0.73% | - |
| XYZ | 25.71 | 38.7 | 20.03 | - |
| YUV | 151.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 107 | 0.44 | 0 | 0.42 | 0.27 | 122.22 | 0.37 | 0.57 |
| Hex | 68 | B9 | 6B | 2C | 0 | 2A | 1B | 7A | 25 | 39 |
| Octal | 150 | 271 | 153 | 54 | 0 | 52 | 33 | 172 | 45 | 71 |
| Binary | 1101000 | 10111001 | 1101011 | 101100 | 0 | 101010 | 11011 | 1111010 | 100101 | 111001 |
Color Harmonies of #68B96B
Complementary color
Monochromatic Colors of #68B96B
Black with #68B96B
Text Example
Text Example
White with #68B96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B96B; }
p { color: rgb(104,185,107); }
H1.HeaderClassName
{
color: #68B96B;
}
.AnyTagClassName
{
color: #68B96B;
}
</style>
background-color css
<style>
a { background-color: #68B96B; }
a { background-color: rgb(104,185,107); }
div.DivClassName
{
background-color: #68B96B;
}
.BgClassName
{
background-color: #68B96B;
}
</style>
border-color css
<style>
span { border-color: #68B96B; }
span { border-color: rgb(104,185,107); }
td.TdClassName
{
border-color: #68B96B;
}
.TagClassName
{
border-color: #68B96B;
}
</style>