Shades of Amulet #75956F
Tints of Amulet #75956F
RGB
CMYK
RGB Variations
Color information
#75956F (or 0x75956F) is known color: Amulet. HEX triplet: 75, 95 and 6F. RGB value is (117,149,111). Sum of RGB (Red+Green+Blue) = 117+149+111=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #75956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75956F is #8A6A90. Grayscale: #878787. Windows color (decimal): -9071249 or 7312757. OLE color: 7312757.
HSL color Cylindrical-coordinate representation of color #75956F: hue angle of 110.53º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75956F is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 111 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.42 |
| HSL | 110.53º | 0.15% | 0.51% | - |
| HSV(B) | 110.53º | 0.26% | 0.58% | - |
| XYZ | 20.95 | 26.42 | 19.04 | - |
| YUV | 135.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 111 | 0.21 | 0 | 0.26 | 0.42 | 110.53 | 0.15 | 0.51 |
| Hex | 75 | 95 | 6F | 15 | 0 | 1A | 2A | 6F | F | 33 |
| Octal | 165 | 225 | 157 | 25 | 0 | 32 | 52 | 157 | 17 | 63 |
| Binary | 1110101 | 10010101 | 1101111 | 10101 | 0 | 11010 | 101010 | 1101111 | 1111 | 110011 |
Color Harmonies of #75956F
Complementary color
Monochromatic Colors of #75956F
Black with #75956F
Text Example
Text Example
White with #75956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75956F; }
p { color: rgb(117,149,111); }
H1.HeaderClassName
{
color: #75956F;
}
.AnyTagClassName
{
color: #75956F;
}
</style>
background-color css
<style>
a { background-color: #75956F; }
a { background-color: rgb(117,149,111); }
div.DivClassName
{
background-color: #75956F;
}
.BgClassName
{
background-color: #75956F;
}
</style>
border-color css
<style>
span { border-color: #75956F; }
span { border-color: rgb(117,149,111); }
td.TdClassName
{
border-color: #75956F;
}
.TagClassName
{
border-color: #75956F;
}
</style>