Shades of Fern #68A662
Tints of Fern #68A662
RGB
CMYK
RGB Variations
Color information
#68A662 (or 0x68A662) is known color: Fern. HEX triplet: 68, A6 and 62. RGB value is (104,166,98). Sum of RGB (Red+Green+Blue) = 104+166+98=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #68A662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A662 is #97599D. Grayscale: #8B8B8B. Windows color (decimal): -9918878 or 6465128. OLE color: 6465128.
HSL color Cylindrical-coordinate representation of color #68A662: hue angle of 114.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68A662 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 98 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.35 |
| HSL | 114.71º | 0.28% | 0.52% | - |
| HSV(B) | 114.71º | 0.41% | 0.65% | - |
| XYZ | 21.55 | 31.1 | 16.42 | - |
| YUV | 139.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 98 | 0.37 | 0 | 0.41 | 0.35 | 114.71 | 0.28 | 0.52 |
| Hex | 68 | A6 | 62 | 25 | 0 | 29 | 23 | 73 | 1C | 34 |
| Octal | 150 | 246 | 142 | 45 | 0 | 51 | 43 | 163 | 34 | 64 |
| Binary | 1101000 | 10100110 | 1100010 | 100101 | 0 | 101001 | 100011 | 1110011 | 11100 | 110100 |
Color Harmonies of #68A662
Complementary color
Monochromatic Colors of #68A662
Black with #68A662
Text Example
Text Example
White with #68A662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A662; }
p { color: rgb(104,166,98); }
H1.HeaderClassName
{
color: #68A662;
}
.AnyTagClassName
{
color: #68A662;
}
</style>
background-color css
<style>
a { background-color: #68A662; }
a { background-color: rgb(104,166,98); }
div.DivClassName
{
background-color: #68A662;
}
.BgClassName
{
background-color: #68A662;
}
</style>
border-color css
<style>
span { border-color: #68A662; }
span { border-color: rgb(104,166,98); }
td.TdClassName
{
border-color: #68A662;
}
.TagClassName
{
border-color: #68A662;
}
</style>