Shades of Amulet #75A06E
Tints of Amulet #75A06E
RGB
CMYK
RGB Variations
Color information
#75A06E (or 0x75A06E) is known color: Amulet. HEX triplet: 75, A0 and 6E. RGB value is (117,160,110). Sum of RGB (Red+Green+Blue) = 117+160+110=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #75A06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A06E is #8A5F91. Grayscale: #8D8D8D. Windows color (decimal): -9068434 or 7250037. OLE color: 7250037.
HSL color Cylindrical-coordinate representation of color #75A06E: hue angle of 111.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A06E is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 110 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.37 |
| HSL | 111.6º | 0.21% | 0.53% | - |
| HSV(B) | 111.6º | 0.31% | 0.63% | - |
| XYZ | 22.72 | 30.05 | 19.35 | - |
| YUV | 141.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 110 | 0.27 | 0 | 0.31 | 0.37 | 111.6 | 0.21 | 0.53 |
| Hex | 75 | A0 | 6E | 1B | 0 | 1F | 25 | 70 | 15 | 35 |
| Octal | 165 | 240 | 156 | 33 | 0 | 37 | 45 | 160 | 25 | 65 |
| Binary | 1110101 | 10100000 | 1101110 | 11011 | 0 | 11111 | 100101 | 1110000 | 10101 | 110101 |
Color Harmonies of #75A06E
Complementary color
Monochromatic Colors of #75A06E
Black with #75A06E
Text Example
Text Example
White with #75A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A06E; }
p { color: rgb(117,160,110); }
H1.HeaderClassName
{
color: #75A06E;
}
.AnyTagClassName
{
color: #75A06E;
}
</style>
background-color css
<style>
a { background-color: #75A06E; }
a { background-color: rgb(117,160,110); }
div.DivClassName
{
background-color: #75A06E;
}
.BgClassName
{
background-color: #75A06E;
}
</style>
border-color css
<style>
span { border-color: #75A06E; }
span { border-color: rgb(117,160,110); }
td.TdClassName
{
border-color: #75A06E;
}
.TagClassName
{
border-color: #75A06E;
}
</style>