Shades of Amulet #759F69
Tints of Amulet #759F69
RGB
CMYK
RGB Variations
Color information
#759F69 (or 0x759F69) is known color: Amulet. HEX triplet: 75, 9F and 69. RGB value is (117,159,105). Sum of RGB (Red+Green+Blue) = 117+159+105=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #759F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F69 is #8A6096. Grayscale: #8C8C8C. Windows color (decimal): -9068695 or 6922101. OLE color: 6922101.
HSL color Cylindrical-coordinate representation of color #759F69: hue angle of 106.67º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759F69 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 105 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.38 |
| HSL | 106.67º | 0.22% | 0.52% | - |
| HSV(B) | 106.67º | 0.34% | 0.62% | - |
| XYZ | 22.28 | 29.6 | 17.9 | - |
| YUV | 140.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 105 | 0.26 | 0 | 0.34 | 0.38 | 106.67 | 0.22 | 0.52 |
| Hex | 75 | 9F | 69 | 1A | 0 | 22 | 26 | 6B | 16 | 34 |
| Octal | 165 | 237 | 151 | 32 | 0 | 42 | 46 | 153 | 26 | 64 |
| Binary | 1110101 | 10011111 | 1101001 | 11010 | 0 | 100010 | 100110 | 1101011 | 10110 | 110100 |
Color Harmonies of #759F69
Complementary color
Monochromatic Colors of #759F69
Black with #759F69
Text Example
Text Example
White with #759F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F69; }
p { color: rgb(117,159,105); }
H1.HeaderClassName
{
color: #759F69;
}
.AnyTagClassName
{
color: #759F69;
}
</style>
background-color css
<style>
a { background-color: #759F69; }
a { background-color: rgb(117,159,105); }
div.DivClassName
{
background-color: #759F69;
}
.BgClassName
{
background-color: #759F69;
}
</style>
border-color css
<style>
span { border-color: #759F69; }
span { border-color: rgb(117,159,105); }
td.TdClassName
{
border-color: #759F69;
}
.TagClassName
{
border-color: #759F69;
}
</style>