Shades of Amulet #75946C
Tints of Amulet #75946C
RGB
CMYK
RGB Variations
Color information
#75946C (or 0x75946C) is known color: Amulet. HEX triplet: 75, 94 and 6C. RGB value is (117,148,108). Sum of RGB (Red+Green+Blue) = 117+148+108=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #75946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75946C is #8A6B93. Grayscale: #868686. Windows color (decimal): -9071508 or 7115893. OLE color: 7115893.
HSL color Cylindrical-coordinate representation of color #75946C: hue angle of 106.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75946C is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 148 | 108 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.42 |
| HSL | 106.5º | 0.16% | 0.5% | - |
| HSV(B) | 106.5º | 0.27% | 0.58% | - |
| XYZ | 20.63 | 26.04 | 18.13 | - |
| YUV | 134.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 148 | 108 | 0.21 | 0 | 0.27 | 0.42 | 106.5 | 0.16 | 0.5 |
| Hex | 75 | 94 | 6C | 15 | 0 | 1B | 2A | 6A | 10 | 32 |
| Octal | 165 | 224 | 154 | 25 | 0 | 33 | 52 | 152 | 20 | 62 |
| Binary | 1110101 | 10010100 | 1101100 | 10101 | 0 | 11011 | 101010 | 1101010 | 10000 | 110010 |
Color Harmonies of #75946C
Complementary color
Monochromatic Colors of #75946C
Black with #75946C
Text Example
Text Example
White with #75946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75946C; }
p { color: rgb(117,148,108); }
H1.HeaderClassName
{
color: #75946C;
}
.AnyTagClassName
{
color: #75946C;
}
</style>
background-color css
<style>
a { background-color: #75946C; }
a { background-color: rgb(117,148,108); }
div.DivClassName
{
background-color: #75946C;
}
.BgClassName
{
background-color: #75946C;
}
</style>
border-color css
<style>
span { border-color: #75946C; }
span { border-color: rgb(117,148,108); }
td.TdClassName
{
border-color: #75946C;
}
.TagClassName
{
border-color: #75946C;
}
</style>