Shades of Amulet #6FAD64
Tints of Amulet #6FAD64
RGB
CMYK
RGB Variations
Color information
#6FAD64 (or 0x6FAD64) is known color: Amulet. HEX triplet: 6F, AD and 64. RGB value is (111,173,100). Sum of RGB (Red+Green+Blue) = 111+173+100=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAD64 is #90529B. Grayscale: #929292. Windows color (decimal): -9458332 or 6597999. OLE color: 6597999.
HSL color Cylindrical-coordinate representation of color #6FAD64: hue angle of 110.96º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FAD64 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 100 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.32 |
| HSL | 110.96º | 0.31% | 0.54% | - |
| HSV(B) | 110.96º | 0.42% | 0.68% | - |
| XYZ | 23.8 | 34.19 | 17.4 | - |
| YUV | 146.14 | 101.96 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 100 | 0.36 | 0 | 0.42 | 0.32 | 110.96 | 0.31 | 0.54 |
| Hex | 6F | AD | 64 | 24 | 0 | 2A | 20 | 6F | 1F | 36 |
| Octal | 157 | 255 | 144 | 44 | 0 | 52 | 40 | 157 | 37 | 66 |
| Binary | 1101111 | 10101101 | 1100100 | 100100 | 0 | 101010 | 100000 | 1101111 | 11111 | 110110 |
Color Harmonies of #6FAD64
Complementary color
Monochromatic Colors of #6FAD64
Black with #6FAD64
Text Example
Text Example
White with #6FAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD64; }
p { color: rgb(111,173,100); }
H1.HeaderClassName
{
color: #6FAD64;
}
.AnyTagClassName
{
color: #6FAD64;
}
</style>
background-color css
<style>
a { background-color: #6FAD64; }
a { background-color: rgb(111,173,100); }
div.DivClassName
{
background-color: #6FAD64;
}
.BgClassName
{
background-color: #6FAD64;
}
</style>
border-color css
<style>
span { border-color: #6FAD64; }
span { border-color: rgb(111,173,100); }
td.TdClassName
{
border-color: #6FAD64;
}
.TagClassName
{
border-color: #6FAD64;
}
</style>