Shades of Fern #6AAE6A
Tints of Fern #6AAE6A
RGB
CMYK
RGB Variations
Color information
#6AAE6A (or 0x6AAE6A) is known color: Fern. HEX triplet: 6A, AE and 6A. RGB value is (106,174,106). Sum of RGB (Red+Green+Blue) = 106+174+106=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAE6A is #955195. Grayscale: #929292. Windows color (decimal): -9785750 or 6991466. OLE color: 6991466.
HSL color Cylindrical-coordinate representation of color #6AAE6A: hue angle of 120º 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 #6AAE6A is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 106 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.32 |
| HSL | 120º | 0.3% | 0.55% | - |
| HSV(B) | 120º | 0.39% | 0.68% | - |
| XYZ | 23.68 | 34.38 | 19.02 | - |
| YUV | 145.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 106 | 0.39 | 0 | 0.39 | 0.32 | 120 | 0.3 | 0.55 |
| Hex | 6A | AE | 6A | 27 | 0 | 27 | 20 | 78 | 1E | 37 |
| Octal | 152 | 256 | 152 | 47 | 0 | 47 | 40 | 170 | 36 | 67 |
| Binary | 1101010 | 10101110 | 1101010 | 100111 | 0 | 100111 | 100000 | 1111000 | 11110 | 110111 |
Color Harmonies of #6AAE6A
Complementary color
Monochromatic Colors of #6AAE6A
Black with #6AAE6A
Text Example
Text Example
White with #6AAE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE6A; }
p { color: rgb(106,174,106); }
H1.HeaderClassName
{
color: #6AAE6A;
}
.AnyTagClassName
{
color: #6AAE6A;
}
</style>
background-color css
<style>
a { background-color: #6AAE6A; }
a { background-color: rgb(106,174,106); }
div.DivClassName
{
background-color: #6AAE6A;
}
.BgClassName
{
background-color: #6AAE6A;
}
</style>
border-color css
<style>
span { border-color: #6AAE6A; }
span { border-color: rgb(106,174,106); }
td.TdClassName
{
border-color: #6AAE6A;
}
.TagClassName
{
border-color: #6AAE6A;
}
</style>