Shades of Fern #6AAA62
Tints of Fern #6AAA62
RGB
CMYK
RGB Variations
Color information
#6AAA62 (or 0x6AAA62) is known color: Fern. HEX triplet: 6A, AA and 62. RGB value is (106,170,98). Sum of RGB (Red+Green+Blue) = 106+170+98=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA62 is #95559D. Grayscale: #8E8E8E. Windows color (decimal): -9786782 or 6466154. OLE color: 6466154.
HSL color Cylindrical-coordinate representation of color #6AAA62: hue angle of 113.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AAA62 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 98 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.33 |
| HSL | 113.33º | 0.3% | 0.53% | - |
| HSV(B) | 113.33º | 0.42% | 0.67% | - |
| XYZ | 22.52 | 32.7 | 16.68 | - |
| YUV | 142.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 98 | 0.38 | 0 | 0.42 | 0.33 | 113.33 | 0.3 | 0.53 |
| Hex | 6A | AA | 62 | 26 | 0 | 2A | 21 | 71 | 1E | 35 |
| Octal | 152 | 252 | 142 | 46 | 0 | 52 | 41 | 161 | 36 | 65 |
| Binary | 1101010 | 10101010 | 1100010 | 100110 | 0 | 101010 | 100001 | 1110001 | 11110 | 110101 |
Color Harmonies of #6AAA62
Complementary color
Monochromatic Colors of #6AAA62
Black with #6AAA62
Text Example
Text Example
White with #6AAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA62; }
p { color: rgb(106,170,98); }
H1.HeaderClassName
{
color: #6AAA62;
}
.AnyTagClassName
{
color: #6AAA62;
}
</style>
background-color css
<style>
a { background-color: #6AAA62; }
a { background-color: rgb(106,170,98); }
div.DivClassName
{
background-color: #6AAA62;
}
.BgClassName
{
background-color: #6AAA62;
}
</style>
border-color css
<style>
span { border-color: #6AAA62; }
span { border-color: rgb(106,170,98); }
td.TdClassName
{
border-color: #6AAA62;
}
.TagClassName
{
border-color: #6AAA62;
}
</style>