Shades of Amulet #6FAD63
Tints of Amulet #6FAD63
RGB
CMYK
RGB Variations
Color information
#6FAD63 (or 0x6FAD63) is known color: Amulet. HEX triplet: 6F, AD and 63. RGB value is (111,173,99). Sum of RGB (Red+Green+Blue) = 111+173+99=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAD63 is #90529C. Grayscale: #929292. Windows color (decimal): -9458333 or 6532463. OLE color: 6532463.
HSL color Cylindrical-coordinate representation of color #6FAD63: hue angle of 110.27º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FAD63 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 173 | 99 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.32 |
| HSL | 110.27º | 0.31% | 0.53% | - |
| HSV(B) | 110.27º | 0.43% | 0.68% | - |
| XYZ | 23.75 | 34.17 | 17.15 | - |
| YUV | 146.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 99 | 0.36 | 0 | 0.43 | 0.32 | 110.27 | 0.31 | 0.53 |
| Hex | 6F | AD | 63 | 24 | 0 | 2B | 20 | 6E | 1F | 35 |
| Octal | 157 | 255 | 143 | 44 | 0 | 53 | 40 | 156 | 37 | 65 |
| Binary | 1101111 | 10101101 | 1100011 | 100100 | 0 | 101011 | 100000 | 1101110 | 11111 | 110101 |
Color Harmonies of #6FAD63
Complementary color
Monochromatic Colors of #6FAD63
Black with #6FAD63
Text Example
Text Example
White with #6FAD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAD63; }
p { color: rgb(111,173,99); }
H1.HeaderClassName
{
color: #6FAD63;
}
.AnyTagClassName
{
color: #6FAD63;
}
</style>
background-color css
<style>
a { background-color: #6FAD63; }
a { background-color: rgb(111,173,99); }
div.DivClassName
{
background-color: #6FAD63;
}
.BgClassName
{
background-color: #6FAD63;
}
</style>
border-color css
<style>
span { border-color: #6FAD63; }
span { border-color: rgb(111,173,99); }
td.TdClassName
{
border-color: #6FAD63;
}
.TagClassName
{
border-color: #6FAD63;
}
</style>