Shades of Amulet #75AD63
Tints of Amulet #75AD63
RGB
CMYK
RGB Variations
Color information
#75AD63 (or 0x75AD63) is known color: Amulet. HEX triplet: 75, AD and 63. RGB value is (117,173,99). Sum of RGB (Red+Green+Blue) = 117+173+99=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD63 is #8A529C. Grayscale: #949494. Windows color (decimal): -9065117 or 6532469. OLE color: 6532469.
HSL color Cylindrical-coordinate representation of color #75AD63: hue angle of 105.41º 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 #75AD63 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 173 | 99 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.32 |
| HSL | 105.41º | 0.31% | 0.53% | - |
| HSV(B) | 105.41º | 0.43% | 0.68% | - |
| XYZ | 24.53 | 34.57 | 17.18 | - |
| YUV | 147.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 173 | 99 | 0.32 | 0 | 0.43 | 0.32 | 105.41 | 0.31 | 0.53 |
| Hex | 75 | AD | 63 | 20 | 0 | 2B | 20 | 69 | 1F | 35 |
| Octal | 165 | 255 | 143 | 40 | 0 | 53 | 40 | 151 | 37 | 65 |
| Binary | 1110101 | 10101101 | 1100011 | 100000 | 0 | 101011 | 100000 | 1101001 | 11111 | 110101 |
Color Harmonies of #75AD63
Complementary color
Monochromatic Colors of #75AD63
Black with #75AD63
Text Example
Text Example
White with #75AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AD63; }
p { color: rgb(117,173,99); }
H1.HeaderClassName
{
color: #75AD63;
}
.AnyTagClassName
{
color: #75AD63;
}
</style>
background-color css
<style>
a { background-color: #75AD63; }
a { background-color: rgb(117,173,99); }
div.DivClassName
{
background-color: #75AD63;
}
.BgClassName
{
background-color: #75AD63;
}
</style>
border-color css
<style>
span { border-color: #75AD63; }
span { border-color: rgb(117,173,99); }
td.TdClassName
{
border-color: #75AD63;
}
.TagClassName
{
border-color: #75AD63;
}
</style>