Shades of Amulet #6CA660
Tints of Amulet #6CA660
RGB
CMYK
RGB Variations
Color information
#6CA660 (or 0x6CA660) is known color: Amulet. HEX triplet: 6C, A6 and 60. RGB value is (108,166,96). Sum of RGB (Red+Green+Blue) = 108+166+96=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #6CA660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA660 is #93599F. Grayscale: #8C8C8C. Windows color (decimal): -9656736 or 6334060. OLE color: 6334060.
HSL color Cylindrical-coordinate representation of color #6CA660: hue angle of 109.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CA660 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 108 | 166 | 96 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.35 |
| HSL | 109.71º | 0.28% | 0.51% | - |
| HSV(B) | 109.71º | 0.42% | 0.65% | - |
| XYZ | 21.93 | 31.31 | 15.95 | - |
| YUV | 140.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 166 | 96 | 0.35 | 0 | 0.42 | 0.35 | 109.71 | 0.28 | 0.51 |
| Hex | 6C | A6 | 60 | 23 | 0 | 2A | 23 | 6E | 1C | 33 |
| Octal | 154 | 246 | 140 | 43 | 0 | 52 | 43 | 156 | 34 | 63 |
| Binary | 1101100 | 10100110 | 1100000 | 100011 | 0 | 101010 | 100011 | 1101110 | 11100 | 110011 |
Color Harmonies of #6CA660
Complementary color
Monochromatic Colors of #6CA660
Black with #6CA660
Text Example
Text Example
White with #6CA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA660; }
p { color: rgb(108,166,96); }
H1.HeaderClassName
{
color: #6CA660;
}
.AnyTagClassName
{
color: #6CA660;
}
</style>
background-color css
<style>
a { background-color: #6CA660; }
a { background-color: rgb(108,166,96); }
div.DivClassName
{
background-color: #6CA660;
}
.BgClassName
{
background-color: #6CA660;
}
</style>
border-color css
<style>
span { border-color: #6CA660; }
span { border-color: rgb(108,166,96); }
td.TdClassName
{
border-color: #6CA660;
}
.TagClassName
{
border-color: #6CA660;
}
</style>