Shades of Fern #68AE6C
Tints of Fern #68AE6C
RGB
CMYK
RGB Variations
Color information
#68AE6C (or 0x68AE6C) is known color: Fern. HEX triplet: 68, AE and 6C. RGB value is (104,174,108). Sum of RGB (Red+Green+Blue) = 104+174+108=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AE6C is #975193. Grayscale: #919191. Windows color (decimal): -9916820 or 7122536. OLE color: 7122536.
HSL color Cylindrical-coordinate representation of color #68AE6C: hue angle of 123.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AE6C is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 108 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.32 |
| HSL | 123.43º | 0.3% | 0.55% | - |
| HSV(B) | 123.43º | 0.4% | 0.68% | - |
| XYZ | 23.55 | 34.3 | 19.57 | - |
| YUV | 145.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 108 | 0.40 | 0 | 0.38 | 0.32 | 123.43 | 0.3 | 0.55 |
| Hex | 68 | AE | 6C | 28 | 0 | 26 | 20 | 7B | 1E | 37 |
| Octal | 150 | 256 | 154 | 50 | 0 | 46 | 40 | 173 | 36 | 67 |
| Binary | 1101000 | 10101110 | 1101100 | 101000 | 0 | 100110 | 100000 | 1111011 | 11110 | 110111 |
Color Harmonies of #68AE6C
Complementary color
Monochromatic Colors of #68AE6C
Black with #68AE6C
Text Example
Text Example
White with #68AE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE6C; }
p { color: rgb(104,174,108); }
H1.HeaderClassName
{
color: #68AE6C;
}
.AnyTagClassName
{
color: #68AE6C;
}
</style>
background-color css
<style>
a { background-color: #68AE6C; }
a { background-color: rgb(104,174,108); }
div.DivClassName
{
background-color: #68AE6C;
}
.BgClassName
{
background-color: #68AE6C;
}
</style>
border-color css
<style>
span { border-color: #68AE6C; }
span { border-color: rgb(104,174,108); }
td.TdClassName
{
border-color: #68AE6C;
}
.TagClassName
{
border-color: #68AE6C;
}
</style>