Shades of Fern #68AE70
Tints of Fern #68AE70
RGB
CMYK
RGB Variations
Color information
#68AE70 (or 0x68AE70) is known color: Fern. HEX triplet: 68, AE and 70. RGB value is (104,174,112). Sum of RGB (Red+Green+Blue) = 104+174+112=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AE70 is #97518F. Grayscale: #929292. Windows color (decimal): -9916816 or 7384680. OLE color: 7384680.
HSL color Cylindrical-coordinate representation of color #68AE70: hue angle of 126.86º 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 #68AE70 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 112 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.32 |
| HSL | 126.86º | 0.3% | 0.55% | - |
| HSV(B) | 126.86º | 0.4% | 0.68% | - |
| XYZ | 23.77 | 34.39 | 20.71 | - |
| YUV | 146 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 112 | 0.40 | 0 | 0.36 | 0.32 | 126.86 | 0.3 | 0.55 |
| Hex | 68 | AE | 70 | 28 | 0 | 24 | 20 | 7F | 1E | 37 |
| Octal | 150 | 256 | 160 | 50 | 0 | 44 | 40 | 177 | 36 | 67 |
| Binary | 1101000 | 10101110 | 1110000 | 101000 | 0 | 100100 | 100000 | 1111111 | 11110 | 110111 |
Color Harmonies of #68AE70
Complementary color
Monochromatic Colors of #68AE70
Black with #68AE70
Text Example
Text Example
White with #68AE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE70; }
p { color: rgb(104,174,112); }
H1.HeaderClassName
{
color: #68AE70;
}
.AnyTagClassName
{
color: #68AE70;
}
</style>
background-color css
<style>
a { background-color: #68AE70; }
a { background-color: rgb(104,174,112); }
div.DivClassName
{
background-color: #68AE70;
}
.BgClassName
{
background-color: #68AE70;
}
</style>
border-color css
<style>
span { border-color: #68AE70; }
span { border-color: rgb(104,174,112); }
td.TdClassName
{
border-color: #68AE70;
}
.TagClassName
{
border-color: #68AE70;
}
</style>