Shades of Amulet #759C6C
Tints of Amulet #759C6C
RGB
CMYK
RGB Variations
Color information
#759C6C (or 0x759C6C) is known color: Amulet. HEX triplet: 75, 9C and 6C. RGB value is (117,156,108). Sum of RGB (Red+Green+Blue) = 117+156+108=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 156 - color contains mainly: green. Hex color #759C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C6C is #8A6393. Grayscale: #8B8B8B. Windows color (decimal): -9069460 or 7117941. OLE color: 7117941.
HSL color Cylindrical-coordinate representation of color #759C6C: hue angle of 108.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #759C6C is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 108 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.39 |
| HSL | 108.75º | 0.2% | 0.52% | - |
| HSV(B) | 108.75º | 0.31% | 0.61% | - |
| XYZ | 21.93 | 28.64 | 18.56 | - |
| YUV | 138.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 108 | 0.25 | 0 | 0.31 | 0.39 | 108.75 | 0.2 | 0.52 |
| Hex | 75 | 9C | 6C | 19 | 0 | 1F | 27 | 6D | 14 | 34 |
| Octal | 165 | 234 | 154 | 31 | 0 | 37 | 47 | 155 | 24 | 64 |
| Binary | 1110101 | 10011100 | 1101100 | 11001 | 0 | 11111 | 100111 | 1101101 | 10100 | 110100 |
Color Harmonies of #759C6C
Complementary color
Monochromatic Colors of #759C6C
Black with #759C6C
Text Example
Text Example
White with #759C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C6C; }
p { color: rgb(117,156,108); }
H1.HeaderClassName
{
color: #759C6C;
}
.AnyTagClassName
{
color: #759C6C;
}
</style>
background-color css
<style>
a { background-color: #759C6C; }
a { background-color: rgb(117,156,108); }
div.DivClassName
{
background-color: #759C6C;
}
.BgClassName
{
background-color: #759C6C;
}
</style>
border-color css
<style>
span { border-color: #759C6C; }
span { border-color: rgb(117,156,108); }
td.TdClassName
{
border-color: #759C6C;
}
.TagClassName
{
border-color: #759C6C;
}
</style>