Shades of Fern #6AAC6E
Tints of Fern #6AAC6E
RGB
CMYK
RGB Variations
Color information
#6AAC6E (or 0x6AAC6E) is known color: Fern. HEX triplet: 6A, AC and 6E. RGB value is (106,172,110). Sum of RGB (Red+Green+Blue) = 106+172+110=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAC6E is #955391. Grayscale: #919191. Windows color (decimal): -9786258 or 7253098. OLE color: 7253098.
HSL color Cylindrical-coordinate representation of color #6AAC6E: hue angle of 123.64º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAC6E is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 172 | 110 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.33 |
| HSL | 123.64º | 0.28% | 0.55% | - |
| HSV(B) | 123.64º | 0.38% | 0.67% | - |
| XYZ | 23.51 | 33.7 | 20.02 | - |
| YUV | 145.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 110 | 0.38 | 0 | 0.36 | 0.33 | 123.64 | 0.28 | 0.55 |
| Hex | 6A | AC | 6E | 26 | 0 | 24 | 21 | 7C | 1C | 37 |
| Octal | 152 | 254 | 156 | 46 | 0 | 44 | 41 | 174 | 34 | 67 |
| Binary | 1101010 | 10101100 | 1101110 | 100110 | 0 | 100100 | 100001 | 1111100 | 11100 | 110111 |
Color Harmonies of #6AAC6E
Complementary color
Monochromatic Colors of #6AAC6E
Black with #6AAC6E
Text Example
Text Example
White with #6AAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAC6E; }
p { color: rgb(106,172,110); }
H1.HeaderClassName
{
color: #6AAC6E;
}
.AnyTagClassName
{
color: #6AAC6E;
}
</style>
background-color css
<style>
a { background-color: #6AAC6E; }
a { background-color: rgb(106,172,110); }
div.DivClassName
{
background-color: #6AAC6E;
}
.BgClassName
{
background-color: #6AAC6E;
}
</style>
border-color css
<style>
span { border-color: #6AAC6E; }
span { border-color: rgb(106,172,110); }
td.TdClassName
{
border-color: #6AAC6E;
}
.TagClassName
{
border-color: #6AAC6E;
}
</style>