Shades of Fern #68B576
Tints of Fern #68B576
RGB
CMYK
RGB Variations
Color information
#68B576 (or 0x68B576) is known color: Fern. HEX triplet: 68, B5 and 76. RGB value is (104,181,118). Sum of RGB (Red+Green+Blue) = 104+181+118=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #68B576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B576 is #974A89. Grayscale: #969696. Windows color (decimal): -9915018 or 7779688. OLE color: 7779688.
HSL color Cylindrical-coordinate representation of color #68B576: hue angle of 130.91º degrees, saturation: 0.34, 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 #68B576 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 118 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.29 |
| HSL | 130.91º | 0.34% | 0.56% | - |
| HSV(B) | 130.91º | 0.43% | 0.71% | - |
| XYZ | 25.5 | 37.3 | 22.99 | - |
| YUV | 150.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 118 | 0.43 | 0 | 0.35 | 0.29 | 130.91 | 0.34 | 0.56 |
| Hex | 68 | B5 | 76 | 2B | 0 | 23 | 1D | 83 | 22 | 38 |
| Octal | 150 | 265 | 166 | 53 | 0 | 43 | 35 | 203 | 42 | 70 |
| Binary | 1101000 | 10110101 | 1110110 | 101011 | 0 | 100011 | 11101 | 10000011 | 100010 | 111000 |
Color Harmonies of #68B576
Complementary color
Monochromatic Colors of #68B576
Black with #68B576
Text Example
Text Example
White with #68B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B576; }
p { color: rgb(104,181,118); }
H1.HeaderClassName
{
color: #68B576;
}
.AnyTagClassName
{
color: #68B576;
}
</style>
background-color css
<style>
a { background-color: #68B576; }
a { background-color: rgb(104,181,118); }
div.DivClassName
{
background-color: #68B576;
}
.BgClassName
{
background-color: #68B576;
}
</style>
border-color css
<style>
span { border-color: #68B576; }
span { border-color: rgb(104,181,118); }
td.TdClassName
{
border-color: #68B576;
}
.TagClassName
{
border-color: #68B576;
}
</style>