Shades of Amulet #759F64
Tints of Amulet #759F64
RGB
CMYK
RGB Variations
Color information
#759F64 (or 0x759F64) is known color: Amulet. HEX triplet: 75, 9F and 64. RGB value is (117,159,100). Sum of RGB (Red+Green+Blue) = 117+159+100=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #759F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F64 is #8A609B. Grayscale: #8B8B8B. Windows color (decimal): -9068700 or 6594421. OLE color: 6594421.
HSL color Cylindrical-coordinate representation of color #759F64: hue angle of 102.71º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #759F64 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 100 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.38 |
| HSL | 102.71º | 0.24% | 0.51% | - |
| HSV(B) | 102.71º | 0.37% | 0.62% | - |
| XYZ | 22.03 | 29.5 | 16.59 | - |
| YUV | 139.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 100 | 0.26 | 0 | 0.37 | 0.38 | 102.71 | 0.24 | 0.51 |
| Hex | 75 | 9F | 64 | 1A | 0 | 25 | 26 | 67 | 18 | 33 |
| Octal | 165 | 237 | 144 | 32 | 0 | 45 | 46 | 147 | 30 | 63 |
| Binary | 1110101 | 10011111 | 1100100 | 11010 | 0 | 100101 | 100110 | 1100111 | 11000 | 110011 |
Color Harmonies of #759F64
Complementary color
Monochromatic Colors of #759F64
Black with #759F64
Text Example
Text Example
White with #759F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F64; }
p { color: rgb(117,159,100); }
H1.HeaderClassName
{
color: #759F64;
}
.AnyTagClassName
{
color: #759F64;
}
</style>
background-color css
<style>
a { background-color: #759F64; }
a { background-color: rgb(117,159,100); }
div.DivClassName
{
background-color: #759F64;
}
.BgClassName
{
background-color: #759F64;
}
</style>
border-color css
<style>
span { border-color: #759F64; }
span { border-color: rgb(117,159,100); }
td.TdClassName
{
border-color: #759F64;
}
.TagClassName
{
border-color: #759F64;
}
</style>