Shades of Amulet #6FA660
Tints of Amulet #6FA660
RGB
CMYK
RGB Variations
Color information
#6FA660 (or 0x6FA660) is known color: Amulet. HEX triplet: 6F, A6 and 60. RGB value is (111,166,96). Sum of RGB (Red+Green+Blue) = 111+166+96=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA660 is #90599F. Grayscale: #8D8D8D. Windows color (decimal): -9460128 or 6334063. OLE color: 6334063.
HSL color Cylindrical-coordinate representation of color #6FA660: hue angle of 107.14º 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 #6FA660 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 166 | 96 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.35 |
| HSL | 107.14º | 0.28% | 0.51% | - |
| HSV(B) | 107.14º | 0.42% | 0.65% | - |
| XYZ | 22.3 | 31.5 | 15.97 | - |
| YUV | 141.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 96 | 0.33 | 0 | 0.42 | 0.35 | 107.14 | 0.28 | 0.51 |
| Hex | 6F | A6 | 60 | 21 | 0 | 2A | 23 | 6B | 1C | 33 |
| Octal | 157 | 246 | 140 | 41 | 0 | 52 | 43 | 153 | 34 | 63 |
| Binary | 1101111 | 10100110 | 1100000 | 100001 | 0 | 101010 | 100011 | 1101011 | 11100 | 110011 |
Color Harmonies of #6FA660
Complementary color
Monochromatic Colors of #6FA660
Black with #6FA660
Text Example
Text Example
White with #6FA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA660; }
p { color: rgb(111,166,96); }
H1.HeaderClassName
{
color: #6FA660;
}
.AnyTagClassName
{
color: #6FA660;
}
</style>
background-color css
<style>
a { background-color: #6FA660; }
a { background-color: rgb(111,166,96); }
div.DivClassName
{
background-color: #6FA660;
}
.BgClassName
{
background-color: #6FA660;
}
</style>
border-color css
<style>
span { border-color: #6FA660; }
span { border-color: rgb(111,166,96); }
td.TdClassName
{
border-color: #6FA660;
}
.TagClassName
{
border-color: #6FA660;
}
</style>