Shades of Fern #6AA66B
Tints of Fern #6AA66B
RGB
CMYK
RGB Variations
Color information
#6AA66B (or 0x6AA66B) is known color: Fern. HEX triplet: 6A, A6 and 6B. RGB value is (106,166,107). Sum of RGB (Red+Green+Blue) = 106+166+107=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA66B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA66B is #955994. Grayscale: #8D8D8D. Windows color (decimal): -9787797 or 7054954. OLE color: 7054954.
HSL color Cylindrical-coordinate representation of color #6AA66B: hue angle of 121º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6AA66B is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 166 | 107 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.35 |
| HSL | 121º | 0.25% | 0.53% | - |
| HSV(B) | 121º | 0.36% | 0.65% | - |
| XYZ | 22.23 | 31.4 | 18.8 | - |
| YUV | 141.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 166 | 107 | 0.36 | 0 | 0.36 | 0.35 | 121 | 0.25 | 0.53 |
| Hex | 6A | A6 | 6B | 24 | 0 | 24 | 23 | 79 | 19 | 35 |
| Octal | 152 | 246 | 153 | 44 | 0 | 44 | 43 | 171 | 31 | 65 |
| Binary | 1101010 | 10100110 | 1101011 | 100100 | 0 | 100100 | 100011 | 1111001 | 11001 | 110101 |
Color Harmonies of #6AA66B
Complementary color
Monochromatic Colors of #6AA66B
Black with #6AA66B
Text Example
Text Example
White with #6AA66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA66B; }
p { color: rgb(106,166,107); }
H1.HeaderClassName
{
color: #6AA66B;
}
.AnyTagClassName
{
color: #6AA66B;
}
</style>
background-color css
<style>
a { background-color: #6AA66B; }
a { background-color: rgb(106,166,107); }
div.DivClassName
{
background-color: #6AA66B;
}
.BgClassName
{
background-color: #6AA66B;
}
</style>
border-color css
<style>
span { border-color: #6AA66B; }
span { border-color: rgb(106,166,107); }
td.TdClassName
{
border-color: #6AA66B;
}
.TagClassName
{
border-color: #6AA66B;
}
</style>