Shades of Fern #68AB66
Tints of Fern #68AB66
RGB
CMYK
RGB Variations
Color information
#68AB66 (or 0x68AB66) is known color: Fern. HEX triplet: 68, AB and 66. RGB value is (104,171,102). Sum of RGB (Red+Green+Blue) = 104+171+102=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB66 is #975499. Grayscale: #8F8F8F. Windows color (decimal): -9917594 or 6728552. OLE color: 6728552.
HSL color Cylindrical-coordinate representation of color #68AB66: hue angle of 118.26º 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 #68AB66 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 102 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.33 |
| HSL | 118.26º | 0.29% | 0.54% | - |
| HSV(B) | 118.26º | 0.4% | 0.67% | - |
| XYZ | 22.67 | 33.03 | 17.75 | - |
| YUV | 143.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 102 | 0.39 | 0 | 0.40 | 0.33 | 118.26 | 0.29 | 0.54 |
| Hex | 68 | AB | 66 | 27 | 0 | 28 | 21 | 76 | 1D | 36 |
| Octal | 150 | 253 | 146 | 47 | 0 | 50 | 41 | 166 | 35 | 66 |
| Binary | 1101000 | 10101011 | 1100110 | 100111 | 0 | 101000 | 100001 | 1110110 | 11101 | 110110 |
Color Harmonies of #68AB66
Complementary color
Monochromatic Colors of #68AB66
Black with #68AB66
Text Example
Text Example
White with #68AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB66; }
p { color: rgb(104,171,102); }
H1.HeaderClassName
{
color: #68AB66;
}
.AnyTagClassName
{
color: #68AB66;
}
</style>
background-color css
<style>
a { background-color: #68AB66; }
a { background-color: rgb(104,171,102); }
div.DivClassName
{
background-color: #68AB66;
}
.BgClassName
{
background-color: #68AB66;
}
</style>
border-color css
<style>
span { border-color: #68AB66; }
span { border-color: rgb(104,171,102); }
td.TdClassName
{
border-color: #68AB66;
}
.TagClassName
{
border-color: #68AB66;
}
</style>