Shades of Amulet #6DAA62
Tints of Amulet #6DAA62
RGB
CMYK
RGB Variations
Color information
#6DAA62 (or 0x6DAA62) is known color: Amulet. HEX triplet: 6D, AA and 62. RGB value is (109,170,98). Sum of RGB (Red+Green+Blue) = 109+170+98=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA62 is #92559D. Grayscale: #8F8F8F. Windows color (decimal): -9590174 or 6466157. OLE color: 6466157.
HSL color Cylindrical-coordinate representation of color #6DAA62: hue angle of 110.83º 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 #6DAA62 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 98 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.33 |
| HSL | 110.83º | 0.3% | 0.53% | - |
| HSV(B) | 110.83º | 0.42% | 0.67% | - |
| XYZ | 22.89 | 32.88 | 16.7 | - |
| YUV | 143.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 98 | 0.36 | 0 | 0.42 | 0.33 | 110.83 | 0.3 | 0.53 |
| Hex | 6D | AA | 62 | 24 | 0 | 2A | 21 | 6F | 1E | 35 |
| Octal | 155 | 252 | 142 | 44 | 0 | 52 | 41 | 157 | 36 | 65 |
| Binary | 1101101 | 10101010 | 1100010 | 100100 | 0 | 101010 | 100001 | 1101111 | 11110 | 110101 |
Color Harmonies of #6DAA62
Complementary color
Monochromatic Colors of #6DAA62
Black with #6DAA62
Text Example
Text Example
White with #6DAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA62; }
p { color: rgb(109,170,98); }
H1.HeaderClassName
{
color: #6DAA62;
}
.AnyTagClassName
{
color: #6DAA62;
}
</style>
background-color css
<style>
a { background-color: #6DAA62; }
a { background-color: rgb(109,170,98); }
div.DivClassName
{
background-color: #6DAA62;
}
.BgClassName
{
background-color: #6DAA62;
}
</style>
border-color css
<style>
span { border-color: #6DAA62; }
span { border-color: rgb(109,170,98); }
td.TdClassName
{
border-color: #6DAA62;
}
.TagClassName
{
border-color: #6DAA62;
}
</style>