Shades of Fern #68A660
Tints of Fern #68A660
RGB
CMYK
RGB Variations
Color information
#68A660 (or 0x68A660) is known color: Fern. HEX triplet: 68, A6 and 60. RGB value is (104,166,96). Sum of RGB (Red+Green+Blue) = 104+166+96=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #68A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A660 is #97599F. Grayscale: #8B8B8B. Windows color (decimal): -9918880 or 6334056. OLE color: 6334056.
HSL color Cylindrical-coordinate representation of color #68A660: hue angle of 113.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68A660 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 96 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.35 |
| HSL | 113.14º | 0.28% | 0.51% | - |
| HSV(B) | 113.14º | 0.42% | 0.65% | - |
| XYZ | 21.46 | 31.06 | 15.93 | - |
| YUV | 139.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 96 | 0.37 | 0 | 0.42 | 0.35 | 113.14 | 0.28 | 0.51 |
| Hex | 68 | A6 | 60 | 25 | 0 | 2A | 23 | 71 | 1C | 33 |
| Octal | 150 | 246 | 140 | 45 | 0 | 52 | 43 | 161 | 34 | 63 |
| Binary | 1101000 | 10100110 | 1100000 | 100101 | 0 | 101010 | 100011 | 1110001 | 11100 | 110011 |
Color Harmonies of #68A660
Complementary color
Monochromatic Colors of #68A660
Black with #68A660
Text Example
Text Example
White with #68A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A660; }
p { color: rgb(104,166,96); }
H1.HeaderClassName
{
color: #68A660;
}
.AnyTagClassName
{
color: #68A660;
}
</style>
background-color css
<style>
a { background-color: #68A660; }
a { background-color: rgb(104,166,96); }
div.DivClassName
{
background-color: #68A660;
}
.BgClassName
{
background-color: #68A660;
}
</style>
border-color css
<style>
span { border-color: #68A660; }
span { border-color: rgb(104,166,96); }
td.TdClassName
{
border-color: #68A660;
}
.TagClassName
{
border-color: #68A660;
}
</style>