Shades of Amulet #6FA663
Tints of Amulet #6FA663
RGB
CMYK
RGB Variations
Color information
#6FA663 (or 0x6FA663) is known color: Amulet. HEX triplet: 6F, A6 and 63. RGB value is (111,166,99). Sum of RGB (Red+Green+Blue) = 111+166+99=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA663 is #90599C. Grayscale: #8E8E8E. Windows color (decimal): -9460125 or 6530671. OLE color: 6530671.
HSL color Cylindrical-coordinate representation of color #6FA663: hue angle of 109.25º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FA663 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 166 | 99 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.35 |
| HSL | 109.25º | 0.27% | 0.52% | - |
| HSV(B) | 109.25º | 0.4% | 0.65% | - |
| XYZ | 22.44 | 31.55 | 16.71 | - |
| YUV | 141.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 99 | 0.33 | 0 | 0.40 | 0.35 | 109.25 | 0.27 | 0.52 |
| Hex | 6F | A6 | 63 | 21 | 0 | 28 | 23 | 6D | 1B | 34 |
| Octal | 157 | 246 | 143 | 41 | 0 | 50 | 43 | 155 | 33 | 64 |
| Binary | 1101111 | 10100110 | 1100011 | 100001 | 0 | 101000 | 100011 | 1101101 | 11011 | 110100 |
Color Harmonies of #6FA663
Complementary color
Monochromatic Colors of #6FA663
Black with #6FA663
Text Example
Text Example
White with #6FA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA663; }
p { color: rgb(111,166,99); }
H1.HeaderClassName
{
color: #6FA663;
}
.AnyTagClassName
{
color: #6FA663;
}
</style>
background-color css
<style>
a { background-color: #6FA663; }
a { background-color: rgb(111,166,99); }
div.DivClassName
{
background-color: #6FA663;
}
.BgClassName
{
background-color: #6FA663;
}
</style>
border-color css
<style>
span { border-color: #6FA663; }
span { border-color: rgb(111,166,99); }
td.TdClassName
{
border-color: #6FA663;
}
.TagClassName
{
border-color: #6FA663;
}
</style>