Shades of Fern #68B961
Tints of Fern #68B961
RGB
CMYK
RGB Variations
Color information
#68B961 (or 0x68B961) is known color: Fern. HEX triplet: 68, B9 and 61. RGB value is (104,185,97). Sum of RGB (Red+Green+Blue) = 104+185+97=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #68B961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B961 is #97469E. Grayscale: #979797. Windows color (decimal): -9914015 or 6404456. OLE color: 6404456.
HSL color Cylindrical-coordinate representation of color #68B961: hue angle of 115.23º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68B961 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 97 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.27 |
| HSL | 115.23º | 0.39% | 0.55% | - |
| HSV(B) | 115.23º | 0.48% | 0.73% | - |
| XYZ | 25.22 | 38.5 | 17.41 | - |
| YUV | 150.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 97 | 0.44 | 0 | 0.48 | 0.27 | 115.23 | 0.39 | 0.55 |
| Hex | 68 | B9 | 61 | 2C | 0 | 30 | 1B | 73 | 27 | 37 |
| Octal | 150 | 271 | 141 | 54 | 0 | 60 | 33 | 163 | 47 | 67 |
| Binary | 1101000 | 10111001 | 1100001 | 101100 | 0 | 110000 | 11011 | 1110011 | 100111 | 110111 |
Color Harmonies of #68B961
Complementary color
Monochromatic Colors of #68B961
Black with #68B961
Text Example
Text Example
White with #68B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B961; }
p { color: rgb(104,185,97); }
H1.HeaderClassName
{
color: #68B961;
}
.AnyTagClassName
{
color: #68B961;
}
</style>
background-color css
<style>
a { background-color: #68B961; }
a { background-color: rgb(104,185,97); }
div.DivClassName
{
background-color: #68B961;
}
.BgClassName
{
background-color: #68B961;
}
</style>
border-color css
<style>
span { border-color: #68B961; }
span { border-color: rgb(104,185,97); }
td.TdClassName
{
border-color: #68B961;
}
.TagClassName
{
border-color: #68B961;
}
</style>