Shades of Amulet #75A070
Tints of Amulet #75A070
RGB
CMYK
RGB Variations
Color information
#75A070 (or 0x75A070) is known color: Amulet. HEX triplet: 75, A0 and 70. RGB value is (117,160,112). Sum of RGB (Red+Green+Blue) = 117+160+112=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #75A070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A070 is #8A5F8F. Grayscale: #8D8D8D. Windows color (decimal): -9068432 or 7381109. OLE color: 7381109.
HSL color Cylindrical-coordinate representation of color #75A070: hue angle of 113.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A070 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 112 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.37 |
| HSL | 113.75º | 0.2% | 0.53% | - |
| HSV(B) | 113.75º | 0.3% | 0.63% | - |
| XYZ | 22.83 | 30.09 | 19.93 | - |
| YUV | 141.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 112 | 0.27 | 0 | 0.30 | 0.37 | 113.75 | 0.2 | 0.53 |
| Hex | 75 | A0 | 70 | 1B | 0 | 1E | 25 | 72 | 14 | 35 |
| Octal | 165 | 240 | 160 | 33 | 0 | 36 | 45 | 162 | 24 | 65 |
| Binary | 1110101 | 10100000 | 1110000 | 11011 | 0 | 11110 | 100101 | 1110010 | 10100 | 110101 |
Color Harmonies of #75A070
Complementary color
Monochromatic Colors of #75A070
Black with #75A070
Text Example
Text Example
White with #75A070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A070; }
p { color: rgb(117,160,112); }
H1.HeaderClassName
{
color: #75A070;
}
.AnyTagClassName
{
color: #75A070;
}
</style>
background-color css
<style>
a { background-color: #75A070; }
a { background-color: rgb(117,160,112); }
div.DivClassName
{
background-color: #75A070;
}
.BgClassName
{
background-color: #75A070;
}
</style>
border-color css
<style>
span { border-color: #75A070; }
span { border-color: rgb(117,160,112); }
td.TdClassName
{
border-color: #75A070;
}
.TagClassName
{
border-color: #75A070;
}
</style>