Shades of Amulet #6CA166
Tints of Amulet #6CA166
RGB
CMYK
RGB Variations
Color information
#6CA166 (or 0x6CA166) is known color: Amulet. HEX triplet: 6C, A1 and 66. RGB value is (108,161,102). Sum of RGB (Red+Green+Blue) = 108+161+102=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA166 is #935E99. Grayscale: #8A8A8A. Windows color (decimal): -9658010 or 6725996. OLE color: 6725996.
HSL color Cylindrical-coordinate representation of color #6CA166: hue angle of 113.9º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CA166 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 102 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.37 |
| HSL | 113.9º | 0.24% | 0.52% | - |
| HSV(B) | 113.9º | 0.37% | 0.63% | - |
| XYZ | 21.33 | 29.64 | 17.17 | - |
| YUV | 138.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 102 | 0.33 | 0 | 0.37 | 0.37 | 113.9 | 0.24 | 0.52 |
| Hex | 6C | A1 | 66 | 21 | 0 | 25 | 25 | 72 | 18 | 34 |
| Octal | 154 | 241 | 146 | 41 | 0 | 45 | 45 | 162 | 30 | 64 |
| Binary | 1101100 | 10100001 | 1100110 | 100001 | 0 | 100101 | 100101 | 1110010 | 11000 | 110100 |
Color Harmonies of #6CA166
Complementary color
Monochromatic Colors of #6CA166
Black with #6CA166
Text Example
Text Example
White with #6CA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA166; }
p { color: rgb(108,161,102); }
H1.HeaderClassName
{
color: #6CA166;
}
.AnyTagClassName
{
color: #6CA166;
}
</style>
background-color css
<style>
a { background-color: #6CA166; }
a { background-color: rgb(108,161,102); }
div.DivClassName
{
background-color: #6CA166;
}
.BgClassName
{
background-color: #6CA166;
}
</style>
border-color css
<style>
span { border-color: #6CA166; }
span { border-color: rgb(108,161,102); }
td.TdClassName
{
border-color: #6CA166;
}
.TagClassName
{
border-color: #6CA166;
}
</style>