Shades of Amulet #75A668
Tints of Amulet #75A668
RGB
CMYK
RGB Variations
Color information
#75A668 (or 0x75A668) is known color: Amulet. HEX triplet: 75, A6 and 68. RGB value is (117,166,104). Sum of RGB (Red+Green+Blue) = 117+166+104=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #75A668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A668 is #8A5997. Grayscale: #909090. Windows color (decimal): -9066904 or 6858357. OLE color: 6858357.
HSL color Cylindrical-coordinate representation of color #75A668: hue angle of 107.42º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75A668 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 104 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.35 |
| HSL | 107.42º | 0.26% | 0.53% | - |
| HSV(B) | 107.42º | 0.37% | 0.65% | - |
| XYZ | 23.47 | 32.05 | 18.05 | - |
| YUV | 144.28 | 105.27 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 104 | 0.30 | 0 | 0.37 | 0.35 | 107.42 | 0.26 | 0.53 |
| Hex | 75 | A6 | 68 | 1E | 0 | 25 | 23 | 6B | 1A | 35 |
| Octal | 165 | 246 | 150 | 36 | 0 | 45 | 43 | 153 | 32 | 65 |
| Binary | 1110101 | 10100110 | 1101000 | 11110 | 0 | 100101 | 100011 | 1101011 | 11010 | 110101 |
Color Harmonies of #75A668
Complementary color
Monochromatic Colors of #75A668
Black with #75A668
Text Example
Text Example
White with #75A668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A668; }
p { color: rgb(117,166,104); }
H1.HeaderClassName
{
color: #75A668;
}
.AnyTagClassName
{
color: #75A668;
}
</style>
background-color css
<style>
a { background-color: #75A668; }
a { background-color: rgb(117,166,104); }
div.DivClassName
{
background-color: #75A668;
}
.BgClassName
{
background-color: #75A668;
}
</style>
border-color css
<style>
span { border-color: #75A668; }
span { border-color: rgb(117,166,104); }
td.TdClassName
{
border-color: #75A668;
}
.TagClassName
{
border-color: #75A668;
}
</style>