Shades of Amulet #75A46F
Tints of Amulet #75A46F
RGB
CMYK
RGB Variations
Color information
#75A46F (or 0x75A46F) is known color: Amulet. HEX triplet: 75, A4 and 6F. RGB value is (117,164,111). Sum of RGB (Red+Green+Blue) = 117+164+111=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #75A46F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A46F is #8A5B90. Grayscale: #909090. Windows color (decimal): -9067409 or 7316597. OLE color: 7316597.
HSL color Cylindrical-coordinate representation of color #75A46F: hue angle of 113.21º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75A46F is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 164 | 111 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.36 |
| HSL | 113.21º | 0.23% | 0.54% | - |
| HSV(B) | 113.21º | 0.32% | 0.64% | - |
| XYZ | 23.48 | 31.48 | 19.88 | - |
| YUV | 143.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 164 | 111 | 0.29 | 0 | 0.32 | 0.36 | 113.21 | 0.23 | 0.54 |
| Hex | 75 | A4 | 6F | 1D | 0 | 20 | 24 | 71 | 17 | 36 |
| Octal | 165 | 244 | 157 | 35 | 0 | 40 | 44 | 161 | 27 | 66 |
| Binary | 1110101 | 10100100 | 1101111 | 11101 | 0 | 100000 | 100100 | 1110001 | 10111 | 110110 |
Color Harmonies of #75A46F
Complementary color
Monochromatic Colors of #75A46F
Black with #75A46F
Text Example
Text Example
White with #75A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A46F; }
p { color: rgb(117,164,111); }
H1.HeaderClassName
{
color: #75A46F;
}
.AnyTagClassName
{
color: #75A46F;
}
</style>
background-color css
<style>
a { background-color: #75A46F; }
a { background-color: rgb(117,164,111); }
div.DivClassName
{
background-color: #75A46F;
}
.BgClassName
{
background-color: #75A46F;
}
</style>
border-color css
<style>
span { border-color: #75A46F; }
span { border-color: rgb(117,164,111); }
td.TdClassName
{
border-color: #75A46F;
}
.TagClassName
{
border-color: #75A46F;
}
</style>