Shades of Fern #68A266
Tints of Fern #68A266
RGB
CMYK
RGB Variations
Color information
#68A266 (or 0x68A266) is known color: Fern. HEX triplet: 68, A2 and 66. RGB value is (104,162,102). Sum of RGB (Red+Green+Blue) = 104+162+102=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #68A266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A266 is #975D99. Grayscale: #8A8A8A. Windows color (decimal): -9919898 or 6726248. OLE color: 6726248.
HSL color Cylindrical-coordinate representation of color #68A266: hue angle of 118º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A266 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 102 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.36 |
| HSL | 118º | 0.24% | 0.52% | - |
| HSV(B) | 118º | 0.37% | 0.64% | - |
| XYZ | 21.03 | 29.74 | 17.2 | - |
| YUV | 137.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 102 | 0.36 | 0 | 0.37 | 0.36 | 118 | 0.24 | 0.52 |
| Hex | 68 | A2 | 66 | 24 | 0 | 25 | 24 | 76 | 18 | 34 |
| Octal | 150 | 242 | 146 | 44 | 0 | 45 | 44 | 166 | 30 | 64 |
| Binary | 1101000 | 10100010 | 1100110 | 100100 | 0 | 100101 | 100100 | 1110110 | 11000 | 110100 |
Color Harmonies of #68A266
Complementary color
Monochromatic Colors of #68A266
Black with #68A266
Text Example
Text Example
White with #68A266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A266; }
p { color: rgb(104,162,102); }
H1.HeaderClassName
{
color: #68A266;
}
.AnyTagClassName
{
color: #68A266;
}
</style>
background-color css
<style>
a { background-color: #68A266; }
a { background-color: rgb(104,162,102); }
div.DivClassName
{
background-color: #68A266;
}
.BgClassName
{
background-color: #68A266;
}
</style>
border-color css
<style>
span { border-color: #68A266; }
span { border-color: rgb(104,162,102); }
td.TdClassName
{
border-color: #68A266;
}
.TagClassName
{
border-color: #68A266;
}
</style>