Shades of Amulet #6FAC63
Tints of Amulet #6FAC63
RGB
CMYK
RGB Variations
Color information
#6FAC63 (or 0x6FAC63) is known color: Amulet. HEX triplet: 6F, AC and 63. RGB value is (111,172,99). Sum of RGB (Red+Green+Blue) = 111+172+99=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAC63 is #90539C. Grayscale: #919191. Windows color (decimal): -9458589 or 6532207. OLE color: 6532207.
HSL color Cylindrical-coordinate representation of color #6FAC63: hue angle of 110.14º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FAC63 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 172 | 99 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.33 |
| HSL | 110.14º | 0.31% | 0.53% | - |
| HSV(B) | 110.14º | 0.42% | 0.67% | - |
| XYZ | 23.56 | 33.79 | 17.08 | - |
| YUV | 145.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 99 | 0.35 | 0 | 0.42 | 0.33 | 110.14 | 0.31 | 0.53 |
| Hex | 6F | AC | 63 | 23 | 0 | 2A | 21 | 6E | 1F | 35 |
| Octal | 157 | 254 | 143 | 43 | 0 | 52 | 41 | 156 | 37 | 65 |
| Binary | 1101111 | 10101100 | 1100011 | 100011 | 0 | 101010 | 100001 | 1101110 | 11111 | 110101 |
Color Harmonies of #6FAC63
Complementary color
Monochromatic Colors of #6FAC63
Black with #6FAC63
Text Example
Text Example
White with #6FAC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAC63; }
p { color: rgb(111,172,99); }
H1.HeaderClassName
{
color: #6FAC63;
}
.AnyTagClassName
{
color: #6FAC63;
}
</style>
background-color css
<style>
a { background-color: #6FAC63; }
a { background-color: rgb(111,172,99); }
div.DivClassName
{
background-color: #6FAC63;
}
.BgClassName
{
background-color: #6FAC63;
}
</style>
border-color css
<style>
span { border-color: #6FAC63; }
span { border-color: rgb(111,172,99); }
td.TdClassName
{
border-color: #6FAC63;
}
.TagClassName
{
border-color: #6FAC63;
}
</style>