Shades of Amulet #75956B
Tints of Amulet #75956B
RGB
CMYK
RGB Variations
Color information
#75956B (or 0x75956B) is known color: Amulet. HEX triplet: 75, 95 and 6B. RGB value is (117,149,107). Sum of RGB (Red+Green+Blue) = 117+149+107=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #75956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75956B is #8A6A94. Grayscale: #868686. Windows color (decimal): -9071253 or 7050613. OLE color: 7050613.
HSL color Cylindrical-coordinate representation of color #75956B: hue angle of 105.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75956B is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 107 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.42 |
| HSL | 105.71º | 0.17% | 0.5% | - |
| HSV(B) | 105.71º | 0.28% | 0.58% | - |
| XYZ | 20.74 | 26.34 | 17.9 | - |
| YUV | 134.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 107 | 0.21 | 0 | 0.28 | 0.42 | 105.71 | 0.17 | 0.5 |
| Hex | 75 | 95 | 6B | 15 | 0 | 1C | 2A | 6A | 11 | 32 |
| Octal | 165 | 225 | 153 | 25 | 0 | 34 | 52 | 152 | 21 | 62 |
| Binary | 1110101 | 10010101 | 1101011 | 10101 | 0 | 11100 | 101010 | 1101010 | 10001 | 110010 |
Color Harmonies of #75956B
Complementary color
Monochromatic Colors of #75956B
Black with #75956B
Text Example
Text Example
White with #75956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75956B; }
p { color: rgb(117,149,107); }
H1.HeaderClassName
{
color: #75956B;
}
.AnyTagClassName
{
color: #75956B;
}
</style>
background-color css
<style>
a { background-color: #75956B; }
a { background-color: rgb(117,149,107); }
div.DivClassName
{
background-color: #75956B;
}
.BgClassName
{
background-color: #75956B;
}
</style>
border-color css
<style>
span { border-color: #75956B; }
span { border-color: rgb(117,149,107); }
td.TdClassName
{
border-color: #75956B;
}
.TagClassName
{
border-color: #75956B;
}
</style>