Shades of Amulet #75A170
Tints of Amulet #75A170
RGB
CMYK
RGB Variations
Color information
#75A170 (or 0x75A170) is known color: Amulet. HEX triplet: 75, A1 and 70. RGB value is (117,161,112). Sum of RGB (Red+Green+Blue) = 117+161+112=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #75A170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A170 is #8A5E8F. Grayscale: #8E8E8E. Windows color (decimal): -9068176 or 7381365. OLE color: 7381365.
HSL color Cylindrical-coordinate representation of color #75A170: hue angle of 113.88º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A170 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 161 | 112 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.37 |
| HSL | 113.88º | 0.21% | 0.54% | - |
| HSV(B) | 113.88º | 0.3% | 0.63% | - |
| XYZ | 23.01 | 30.44 | 19.99 | - |
| YUV | 142.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 112 | 0.27 | 0 | 0.30 | 0.37 | 113.88 | 0.21 | 0.54 |
| Hex | 75 | A1 | 70 | 1B | 0 | 1E | 25 | 72 | 15 | 36 |
| Octal | 165 | 241 | 160 | 33 | 0 | 36 | 45 | 162 | 25 | 66 |
| Binary | 1110101 | 10100001 | 1110000 | 11011 | 0 | 11110 | 100101 | 1110010 | 10101 | 110110 |
Color Harmonies of #75A170
Complementary color
Monochromatic Colors of #75A170
Black with #75A170
Text Example
Text Example
White with #75A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A170; }
p { color: rgb(117,161,112); }
H1.HeaderClassName
{
color: #75A170;
}
.AnyTagClassName
{
color: #75A170;
}
</style>
background-color css
<style>
a { background-color: #75A170; }
a { background-color: rgb(117,161,112); }
div.DivClassName
{
background-color: #75A170;
}
.BgClassName
{
background-color: #75A170;
}
</style>
border-color css
<style>
span { border-color: #75A170; }
span { border-color: rgb(117,161,112); }
td.TdClassName
{
border-color: #75A170;
}
.TagClassName
{
border-color: #75A170;
}
</style>