Shades of Fern #6AAA67
Tints of Fern #6AAA67
RGB
CMYK
RGB Variations
Color information
#6AAA67 (or 0x6AAA67) is known color: Fern. HEX triplet: 6A, AA and 67. RGB value is (106,170,103). Sum of RGB (Red+Green+Blue) = 106+170+103=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA67 is #955598. Grayscale: #8F8F8F. Windows color (decimal): -9786777 or 6793834. OLE color: 6793834.
HSL color Cylindrical-coordinate representation of color #6AAA67: hue angle of 117.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAA67 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 103 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.33 |
| HSL | 117.31º | 0.28% | 0.54% | - |
| HSV(B) | 117.31º | 0.39% | 0.67% | - |
| XYZ | 22.77 | 32.79 | 17.96 | - |
| YUV | 143.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 103 | 0.38 | 0 | 0.39 | 0.33 | 117.31 | 0.28 | 0.54 |
| Hex | 6A | AA | 67 | 26 | 0 | 27 | 21 | 75 | 1C | 36 |
| Octal | 152 | 252 | 147 | 46 | 0 | 47 | 41 | 165 | 34 | 66 |
| Binary | 1101010 | 10101010 | 1100111 | 100110 | 0 | 100111 | 100001 | 1110101 | 11100 | 110110 |
Color Harmonies of #6AAA67
Complementary color
Monochromatic Colors of #6AAA67
Black with #6AAA67
Text Example
Text Example
White with #6AAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA67; }
p { color: rgb(106,170,103); }
H1.HeaderClassName
{
color: #6AAA67;
}
.AnyTagClassName
{
color: #6AAA67;
}
</style>
background-color css
<style>
a { background-color: #6AAA67; }
a { background-color: rgb(106,170,103); }
div.DivClassName
{
background-color: #6AAA67;
}
.BgClassName
{
background-color: #6AAA67;
}
</style>
border-color css
<style>
span { border-color: #6AAA67; }
span { border-color: rgb(106,170,103); }
td.TdClassName
{
border-color: #6AAA67;
}
.TagClassName
{
border-color: #6AAA67;
}
</style>