Shades of Fern #68B671
Tints of Fern #68B671
RGB
CMYK
RGB Variations
Color information
#68B671 (or 0x68B671) is known color: Fern. HEX triplet: 68, B6 and 71. RGB value is (104,182,113). Sum of RGB (Red+Green+Blue) = 104+182+113=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #68B671 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B671 is #97498E. Grayscale: #979797. Windows color (decimal): -9914767 or 7452264. OLE color: 7452264.
HSL color Cylindrical-coordinate representation of color #68B671: hue angle of 126.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B671 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 182 | 113 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.29 |
| HSL | 126.92º | 0.35% | 0.56% | - |
| HSV(B) | 126.92º | 0.43% | 0.71% | - |
| XYZ | 25.42 | 37.59 | 21.54 | - |
| YUV | 150.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 182 | 113 | 0.43 | 0 | 0.38 | 0.29 | 126.92 | 0.35 | 0.56 |
| Hex | 68 | B6 | 71 | 2B | 0 | 26 | 1D | 7F | 23 | 38 |
| Octal | 150 | 266 | 161 | 53 | 0 | 46 | 35 | 177 | 43 | 70 |
| Binary | 1101000 | 10110110 | 1110001 | 101011 | 0 | 100110 | 11101 | 1111111 | 100011 | 111000 |
Color Harmonies of #68B671
Complementary color
Monochromatic Colors of #68B671
Black with #68B671
Text Example
Text Example
White with #68B671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B671; }
p { color: rgb(104,182,113); }
H1.HeaderClassName
{
color: #68B671;
}
.AnyTagClassName
{
color: #68B671;
}
</style>
background-color css
<style>
a { background-color: #68B671; }
a { background-color: rgb(104,182,113); }
div.DivClassName
{
background-color: #68B671;
}
.BgClassName
{
background-color: #68B671;
}
</style>
border-color css
<style>
span { border-color: #68B671; }
span { border-color: rgb(104,182,113); }
td.TdClassName
{
border-color: #68B671;
}
.TagClassName
{
border-color: #68B671;
}
</style>