Shades of Amulet #6DA462
Tints of Amulet #6DA462
RGB
CMYK
RGB Variations
Color information
#6DA462 (or 0x6DA462) is known color: Amulet. HEX triplet: 6D, A4 and 62. RGB value is (109,164,98). Sum of RGB (Red+Green+Blue) = 109+164+98=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA462 is #925B9D. Grayscale: #8C8C8C. Windows color (decimal): -9591710 or 6464621. OLE color: 6464621.
HSL color Cylindrical-coordinate representation of color #6DA462: hue angle of 110º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DA462 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 98 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.36 |
| HSL | 110º | 0.27% | 0.51% | - |
| HSV(B) | 110º | 0.4% | 0.64% | - |
| XYZ | 21.79 | 30.68 | 16.33 | - |
| YUV | 140.03 | 104.28 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 98 | 0.34 | 0 | 0.40 | 0.36 | 110 | 0.27 | 0.51 |
| Hex | 6D | A4 | 62 | 22 | 0 | 28 | 24 | 6E | 1B | 33 |
| Octal | 155 | 244 | 142 | 42 | 0 | 50 | 44 | 156 | 33 | 63 |
| Binary | 1101101 | 10100100 | 1100010 | 100010 | 0 | 101000 | 100100 | 1101110 | 11011 | 110011 |
Color Harmonies of #6DA462
Complementary color
Monochromatic Colors of #6DA462
Black with #6DA462
Text Example
Text Example
White with #6DA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA462; }
p { color: rgb(109,164,98); }
H1.HeaderClassName
{
color: #6DA462;
}
.AnyTagClassName
{
color: #6DA462;
}
</style>
background-color css
<style>
a { background-color: #6DA462; }
a { background-color: rgb(109,164,98); }
div.DivClassName
{
background-color: #6DA462;
}
.BgClassName
{
background-color: #6DA462;
}
</style>
border-color css
<style>
span { border-color: #6DA462; }
span { border-color: rgb(109,164,98); }
td.TdClassName
{
border-color: #6DA462;
}
.TagClassName
{
border-color: #6DA462;
}
</style>