Shades of Fern #6AAE6C
Tints of Fern #6AAE6C
RGB
CMYK
RGB Variations
Color information
#6AAE6C (or 0x6AAE6C) is known color: Fern. HEX triplet: 6A, AE and 6C. RGB value is (106,174,108). Sum of RGB (Red+Green+Blue) = 106+174+108=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAE6C is #955193. Grayscale: #929292. Windows color (decimal): -9785748 or 7122538. OLE color: 7122538.
HSL color Cylindrical-coordinate representation of color #6AAE6C: hue angle of 121.76º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAE6C is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 108 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.32 |
| HSL | 121.76º | 0.3% | 0.55% | - |
| HSV(B) | 121.76º | 0.39% | 0.68% | - |
| XYZ | 23.79 | 34.42 | 19.58 | - |
| YUV | 146.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 108 | 0.39 | 0 | 0.38 | 0.32 | 121.76 | 0.3 | 0.55 |
| Hex | 6A | AE | 6C | 27 | 0 | 26 | 20 | 7A | 1E | 37 |
| Octal | 152 | 256 | 154 | 47 | 0 | 46 | 40 | 172 | 36 | 67 |
| Binary | 1101010 | 10101110 | 1101100 | 100111 | 0 | 100110 | 100000 | 1111010 | 11110 | 110111 |
Color Harmonies of #6AAE6C
Complementary color
Monochromatic Colors of #6AAE6C
Black with #6AAE6C
Text Example
Text Example
White with #6AAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE6C; }
p { color: rgb(106,174,108); }
H1.HeaderClassName
{
color: #6AAE6C;
}
.AnyTagClassName
{
color: #6AAE6C;
}
</style>
background-color css
<style>
a { background-color: #6AAE6C; }
a { background-color: rgb(106,174,108); }
div.DivClassName
{
background-color: #6AAE6C;
}
.BgClassName
{
background-color: #6AAE6C;
}
</style>
border-color css
<style>
span { border-color: #6AAE6C; }
span { border-color: rgb(106,174,108); }
td.TdClassName
{
border-color: #6AAE6C;
}
.TagClassName
{
border-color: #6AAE6C;
}
</style>