Shades of Fern #68AA6C
Tints of Fern #68AA6C
RGB
CMYK
RGB Variations
Color information
#68AA6C (or 0x68AA6C) is known color: Fern. HEX triplet: 68, AA and 6C. RGB value is (104,170,108). Sum of RGB (Red+Green+Blue) = 104+170+108=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA6C is #975593. Grayscale: #8F8F8F. Windows color (decimal): -9917844 or 7121512. OLE color: 7121512.
HSL color Cylindrical-coordinate representation of color #68AA6C: hue angle of 123.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA6C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 108 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.33 |
| HSL | 123.64º | 0.28% | 0.54% | - |
| HSV(B) | 123.64º | 0.39% | 0.67% | - |
| XYZ | 22.79 | 32.78 | 19.31 | - |
| YUV | 143.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 108 | 0.39 | 0 | 0.36 | 0.33 | 123.64 | 0.28 | 0.54 |
| Hex | 68 | AA | 6C | 27 | 0 | 24 | 21 | 7C | 1C | 36 |
| Octal | 150 | 252 | 154 | 47 | 0 | 44 | 41 | 174 | 34 | 66 |
| Binary | 1101000 | 10101010 | 1101100 | 100111 | 0 | 100100 | 100001 | 1111100 | 11100 | 110110 |
Color Harmonies of #68AA6C
Complementary color
Monochromatic Colors of #68AA6C
Black with #68AA6C
Text Example
Text Example
White with #68AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA6C; }
p { color: rgb(104,170,108); }
H1.HeaderClassName
{
color: #68AA6C;
}
.AnyTagClassName
{
color: #68AA6C;
}
</style>
background-color css
<style>
a { background-color: #68AA6C; }
a { background-color: rgb(104,170,108); }
div.DivClassName
{
background-color: #68AA6C;
}
.BgClassName
{
background-color: #68AA6C;
}
</style>
border-color css
<style>
span { border-color: #68AA6C; }
span { border-color: rgb(104,170,108); }
td.TdClassName
{
border-color: #68AA6C;
}
.TagClassName
{
border-color: #68AA6C;
}
</style>