Shades of Amulet #759C65
Tints of Amulet #759C65
RGB
CMYK
RGB Variations
Color information
#759C65 (or 0x759C65) is known color: Amulet. HEX triplet: 75, 9C and 65. RGB value is (117,156,101). Sum of RGB (Red+Green+Blue) = 117+156+101=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #759C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C65 is #8A639A. Grayscale: #8A8A8A. Windows color (decimal): -9069467 or 6659189. OLE color: 6659189.
HSL color Cylindrical-coordinate representation of color #759C65: hue angle of 102.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #759C65 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 101 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.39 |
| HSL | 102.55º | 0.22% | 0.5% | - |
| HSV(B) | 102.55º | 0.35% | 0.61% | - |
| XYZ | 21.57 | 28.5 | 16.68 | - |
| YUV | 138.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 101 | 0.25 | 0 | 0.35 | 0.39 | 102.55 | 0.22 | 0.5 |
| Hex | 75 | 9C | 65 | 19 | 0 | 23 | 27 | 67 | 16 | 32 |
| Octal | 165 | 234 | 145 | 31 | 0 | 43 | 47 | 147 | 26 | 62 |
| Binary | 1110101 | 10011100 | 1100101 | 11001 | 0 | 100011 | 100111 | 1100111 | 10110 | 110010 |
Color Harmonies of #759C65
Complementary color
Monochromatic Colors of #759C65
Black with #759C65
Text Example
Text Example
White with #759C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C65; }
p { color: rgb(117,156,101); }
H1.HeaderClassName
{
color: #759C65;
}
.AnyTagClassName
{
color: #759C65;
}
</style>
background-color css
<style>
a { background-color: #759C65; }
a { background-color: rgb(117,156,101); }
div.DivClassName
{
background-color: #759C65;
}
.BgClassName
{
background-color: #759C65;
}
</style>
border-color css
<style>
span { border-color: #759C65; }
span { border-color: rgb(117,156,101); }
td.TdClassName
{
border-color: #759C65;
}
.TagClassName
{
border-color: #759C65;
}
</style>