Shades of Amulet #769D64
Tints of Amulet #769D64
RGB
CMYK
RGB Variations
Color information
#769D64 (or 0x769D64) is known color: Amulet. HEX triplet: 76, 9D and 64. RGB value is (118,157,100). Sum of RGB (Red+Green+Blue) = 118+157+100=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #769D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D64 is #89629B. Grayscale: #8B8B8B. Windows color (decimal): -9003676 or 6593910. OLE color: 6593910.
HSL color Cylindrical-coordinate representation of color #769D64: hue angle of 101.05º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #769D64 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 100 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.38 |
| HSL | 101.05º | 0.23% | 0.5% | - |
| HSV(B) | 101.05º | 0.36% | 0.62% | - |
| XYZ | 21.83 | 28.89 | 16.48 | - |
| YUV | 138.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 100 | 0.25 | 0 | 0.36 | 0.38 | 101.05 | 0.23 | 0.5 |
| Hex | 76 | 9D | 64 | 19 | 0 | 24 | 26 | 65 | 17 | 32 |
| Octal | 166 | 235 | 144 | 31 | 0 | 44 | 46 | 145 | 27 | 62 |
| Binary | 1110110 | 10011101 | 1100100 | 11001 | 0 | 100100 | 100110 | 1100101 | 10111 | 110010 |
Color Harmonies of #769D64
Complementary color
Monochromatic Colors of #769D64
Black with #769D64
Text Example
Text Example
White with #769D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D64; }
p { color: rgb(118,157,100); }
H1.HeaderClassName
{
color: #769D64;
}
.AnyTagClassName
{
color: #769D64;
}
</style>
background-color css
<style>
a { background-color: #769D64; }
a { background-color: rgb(118,157,100); }
div.DivClassName
{
background-color: #769D64;
}
.BgClassName
{
background-color: #769D64;
}
</style>
border-color css
<style>
span { border-color: #769D64; }
span { border-color: rgb(118,157,100); }
td.TdClassName
{
border-color: #769D64;
}
.TagClassName
{
border-color: #769D64;
}
</style>