Shades of Fern #68AC76
Tints of Fern #68AC76
RGB
CMYK
RGB Variations
Color information
#68AC76 (or 0x68AC76) is known color: Fern. HEX triplet: 68, AC and 76. RGB value is (104,172,118). Sum of RGB (Red+Green+Blue) = 104+172+118=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC76 is #975389. Grayscale: #919191. Windows color (decimal): -9917322 or 7777384. OLE color: 7777384.
HSL color Cylindrical-coordinate representation of color #68AC76: hue angle of 132.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC76 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 118 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.33 |
| HSL | 132.35º | 0.29% | 0.54% | - |
| HSV(B) | 132.35º | 0.4% | 0.67% | - |
| XYZ | 23.73 | 33.76 | 22.4 | - |
| YUV | 145.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 118 | 0.40 | 0 | 0.31 | 0.33 | 132.35 | 0.29 | 0.54 |
| Hex | 68 | AC | 76 | 28 | 0 | 1F | 21 | 84 | 1D | 36 |
| Octal | 150 | 254 | 166 | 50 | 0 | 37 | 41 | 204 | 35 | 66 |
| Binary | 1101000 | 10101100 | 1110110 | 101000 | 0 | 11111 | 100001 | 10000100 | 11101 | 110110 |
Color Harmonies of #68AC76
Complementary color
Monochromatic Colors of #68AC76
Black with #68AC76
Text Example
Text Example
White with #68AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC76; }
p { color: rgb(104,172,118); }
H1.HeaderClassName
{
color: #68AC76;
}
.AnyTagClassName
{
color: #68AC76;
}
</style>
background-color css
<style>
a { background-color: #68AC76; }
a { background-color: rgb(104,172,118); }
div.DivClassName
{
background-color: #68AC76;
}
.BgClassName
{
background-color: #68AC76;
}
</style>
border-color css
<style>
span { border-color: #68AC76; }
span { border-color: rgb(104,172,118); }
td.TdClassName
{
border-color: #68AC76;
}
.TagClassName
{
border-color: #68AC76;
}
</style>