Shades of Amulet #75AC63
Tints of Amulet #75AC63
RGB
CMYK
RGB Variations
Color information
#75AC63 (or 0x75AC63) is known color: Amulet. HEX triplet: 75, AC and 63. RGB value is (117,172,99). Sum of RGB (Red+Green+Blue) = 117+172+99=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC63 is #8A539C. Grayscale: #939393. Windows color (decimal): -9065373 or 6532213. OLE color: 6532213.
HSL color Cylindrical-coordinate representation of color #75AC63: hue angle of 105.21º 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 #75AC63 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 172 | 99 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.33 |
| HSL | 105.21º | 0.31% | 0.53% | - |
| HSV(B) | 105.21º | 0.42% | 0.67% | - |
| XYZ | 24.34 | 34.19 | 17.12 | - |
| YUV | 147.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 99 | 0.32 | 0 | 0.42 | 0.33 | 105.21 | 0.31 | 0.53 |
| Hex | 75 | AC | 63 | 20 | 0 | 2A | 21 | 69 | 1F | 35 |
| Octal | 165 | 254 | 143 | 40 | 0 | 52 | 41 | 151 | 37 | 65 |
| Binary | 1110101 | 10101100 | 1100011 | 100000 | 0 | 101010 | 100001 | 1101001 | 11111 | 110101 |
Color Harmonies of #75AC63
Complementary color
Monochromatic Colors of #75AC63
Black with #75AC63
Text Example
Text Example
White with #75AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AC63; }
p { color: rgb(117,172,99); }
H1.HeaderClassName
{
color: #75AC63;
}
.AnyTagClassName
{
color: #75AC63;
}
</style>
background-color css
<style>
a { background-color: #75AC63; }
a { background-color: rgb(117,172,99); }
div.DivClassName
{
background-color: #75AC63;
}
.BgClassName
{
background-color: #75AC63;
}
</style>
border-color css
<style>
span { border-color: #75AC63; }
span { border-color: rgb(117,172,99); }
td.TdClassName
{
border-color: #75AC63;
}
.TagClassName
{
border-color: #75AC63;
}
</style>