Shades of Amulet #759C73
Tints of Amulet #759C73
RGB
CMYK
RGB Variations
Color information
#759C73 (or 0x759C73) is known color: Amulet. HEX triplet: 75, 9C and 73. RGB value is (117,156,115). Sum of RGB (Red+Green+Blue) = 117+156+115=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #759C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C73 is #8A638C. Grayscale: #8B8B8B. Windows color (decimal): -9069453 or 7576693. OLE color: 7576693.
HSL color Cylindrical-coordinate representation of color #759C73: hue angle of 117.07º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759C73 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 115 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.39 |
| HSL | 117.07º | 0.17% | 0.53% | - |
| HSV(B) | 117.07º | 0.26% | 0.61% | - |
| XYZ | 22.32 | 28.8 | 20.6 | - |
| YUV | 139.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 115 | 0.25 | 0 | 0.26 | 0.39 | 117.07 | 0.17 | 0.53 |
| Hex | 75 | 9C | 73 | 19 | 0 | 1A | 27 | 75 | 11 | 35 |
| Octal | 165 | 234 | 163 | 31 | 0 | 32 | 47 | 165 | 21 | 65 |
| Binary | 1110101 | 10011100 | 1110011 | 11001 | 0 | 11010 | 100111 | 1110101 | 10001 | 110101 |
Color Harmonies of #759C73
Complementary color
Monochromatic Colors of #759C73
Black with #759C73
Text Example
Text Example
White with #759C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C73; }
p { color: rgb(117,156,115); }
H1.HeaderClassName
{
color: #759C73;
}
.AnyTagClassName
{
color: #759C73;
}
</style>
background-color css
<style>
a { background-color: #759C73; }
a { background-color: rgb(117,156,115); }
div.DivClassName
{
background-color: #759C73;
}
.BgClassName
{
background-color: #759C73;
}
</style>
border-color css
<style>
span { border-color: #759C73; }
span { border-color: rgb(117,156,115); }
td.TdClassName
{
border-color: #759C73;
}
.TagClassName
{
border-color: #759C73;
}
</style>