Shades of Amulet #75A073
Tints of Amulet #75A073
RGB
CMYK
RGB Variations
Color information
#75A073 (or 0x75A073) is known color: Amulet. HEX triplet: 75, A0 and 73. RGB value is (117,160,115). Sum of RGB (Red+Green+Blue) = 117+160+115=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #75A073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A073 is #8A5F8C. Grayscale: #8E8E8E. Windows color (decimal): -9068429 or 7577717. OLE color: 7577717.
HSL color Cylindrical-coordinate representation of color #75A073: hue angle of 117.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75A073 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 115 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.37 |
| HSL | 117.33º | 0.19% | 0.54% | - |
| HSV(B) | 117.33º | 0.28% | 0.63% | - |
| XYZ | 23 | 30.16 | 20.83 | - |
| YUV | 142.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 115 | 0.27 | 0 | 0.28 | 0.37 | 117.33 | 0.19 | 0.54 |
| Hex | 75 | A0 | 73 | 1B | 0 | 1C | 25 | 75 | 13 | 36 |
| Octal | 165 | 240 | 163 | 33 | 0 | 34 | 45 | 165 | 23 | 66 |
| Binary | 1110101 | 10100000 | 1110011 | 11011 | 0 | 11100 | 100101 | 1110101 | 10011 | 110110 |
Color Harmonies of #75A073
Complementary color
Monochromatic Colors of #75A073
Black with #75A073
Text Example
Text Example
White with #75A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A073; }
p { color: rgb(117,160,115); }
H1.HeaderClassName
{
color: #75A073;
}
.AnyTagClassName
{
color: #75A073;
}
</style>
background-color css
<style>
a { background-color: #75A073; }
a { background-color: rgb(117,160,115); }
div.DivClassName
{
background-color: #75A073;
}
.BgClassName
{
background-color: #75A073;
}
</style>
border-color css
<style>
span { border-color: #75A073; }
span { border-color: rgb(117,160,115); }
td.TdClassName
{
border-color: #75A073;
}
.TagClassName
{
border-color: #75A073;
}
</style>