Shades of Amulet #759C69
Tints of Amulet #759C69
RGB
CMYK
RGB Variations
Color information
#759C69 (or 0x759C69) is known color: Amulet. HEX triplet: 75, 9C and 69. RGB value is (117,156,105). Sum of RGB (Red+Green+Blue) = 117+156+105=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 156 - color contains mainly: green. Hex color #759C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C69 is #8A6396. Grayscale: #8A8A8A. Windows color (decimal): -9069463 or 6921333. OLE color: 6921333.
HSL color Cylindrical-coordinate representation of color #759C69: hue angle of 105.88º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759C69 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 105 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.39 |
| HSL | 105.88º | 0.2% | 0.51% | - |
| HSV(B) | 105.88º | 0.33% | 0.61% | - |
| XYZ | 21.77 | 28.58 | 17.73 | - |
| YUV | 138.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 105 | 0.25 | 0 | 0.33 | 0.39 | 105.88 | 0.2 | 0.51 |
| Hex | 75 | 9C | 69 | 19 | 0 | 21 | 27 | 6A | 14 | 33 |
| Octal | 165 | 234 | 151 | 31 | 0 | 41 | 47 | 152 | 24 | 63 |
| Binary | 1110101 | 10011100 | 1101001 | 11001 | 0 | 100001 | 100111 | 1101010 | 10100 | 110011 |
Color Harmonies of #759C69
Complementary color
Monochromatic Colors of #759C69
Black with #759C69
Text Example
Text Example
White with #759C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C69; }
p { color: rgb(117,156,105); }
H1.HeaderClassName
{
color: #759C69;
}
.AnyTagClassName
{
color: #759C69;
}
</style>
background-color css
<style>
a { background-color: #759C69; }
a { background-color: rgb(117,156,105); }
div.DivClassName
{
background-color: #759C69;
}
.BgClassName
{
background-color: #759C69;
}
</style>
border-color css
<style>
span { border-color: #759C69; }
span { border-color: rgb(117,156,105); }
td.TdClassName
{
border-color: #759C69;
}
.TagClassName
{
border-color: #759C69;
}
</style>