Shades of Amulet #759C6D
Tints of Amulet #759C6D
RGB
CMYK
RGB Variations
Color information
#759C6D (or 0x759C6D) is known color: Amulet. HEX triplet: 75, 9C and 6D. RGB value is (117,156,109). Sum of RGB (Red+Green+Blue) = 117+156+109=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #759C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C6D is #8A6392. Grayscale: #8B8B8B. Windows color (decimal): -9069459 or 7183477. OLE color: 7183477.
HSL color Cylindrical-coordinate representation of color #759C6D: hue angle of 109.79º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #759C6D is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 109 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.39 |
| HSL | 109.79º | 0.19% | 0.52% | - |
| HSV(B) | 109.79º | 0.3% | 0.61% | - |
| XYZ | 21.98 | 28.66 | 18.84 | - |
| YUV | 138.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 109 | 0.25 | 0 | 0.30 | 0.39 | 109.79 | 0.19 | 0.52 |
| Hex | 75 | 9C | 6D | 19 | 0 | 1E | 27 | 6E | 13 | 34 |
| Octal | 165 | 234 | 155 | 31 | 0 | 36 | 47 | 156 | 23 | 64 |
| Binary | 1110101 | 10011100 | 1101101 | 11001 | 0 | 11110 | 100111 | 1101110 | 10011 | 110100 |
Color Harmonies of #759C6D
Complementary color
Monochromatic Colors of #759C6D
Black with #759C6D
Text Example
Text Example
White with #759C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C6D; }
p { color: rgb(117,156,109); }
H1.HeaderClassName
{
color: #759C6D;
}
.AnyTagClassName
{
color: #759C6D;
}
</style>
background-color css
<style>
a { background-color: #759C6D; }
a { background-color: rgb(117,156,109); }
div.DivClassName
{
background-color: #759C6D;
}
.BgClassName
{
background-color: #759C6D;
}
</style>
border-color css
<style>
span { border-color: #759C6D; }
span { border-color: rgb(117,156,109); }
td.TdClassName
{
border-color: #759C6D;
}
.TagClassName
{
border-color: #759C6D;
}
</style>