Shades of Amulet #769D67
Tints of Amulet #769D67
RGB
CMYK
RGB Variations
Color information
#769D67 (or 0x769D67) is known color: Amulet. HEX triplet: 76, 9D and 67. RGB value is (118,157,103). Sum of RGB (Red+Green+Blue) = 118+157+103=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #769D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D67 is #896298. Grayscale: #8B8B8B. Windows color (decimal): -9003673 or 6790518. OLE color: 6790518.
HSL color Cylindrical-coordinate representation of color #769D67: hue angle of 103.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769D67 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 103 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.38 |
| HSL | 103.33º | 0.22% | 0.51% | - |
| HSV(B) | 103.33º | 0.34% | 0.62% | - |
| XYZ | 21.98 | 28.94 | 17.26 | - |
| YUV | 139.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 103 | 0.25 | 0 | 0.34 | 0.38 | 103.33 | 0.22 | 0.51 |
| Hex | 76 | 9D | 67 | 19 | 0 | 22 | 26 | 67 | 16 | 33 |
| Octal | 166 | 235 | 147 | 31 | 0 | 42 | 46 | 147 | 26 | 63 |
| Binary | 1110110 | 10011101 | 1100111 | 11001 | 0 | 100010 | 100110 | 1100111 | 10110 | 110011 |
Color Harmonies of #769D67
Complementary color
Monochromatic Colors of #769D67
Black with #769D67
Text Example
Text Example
White with #769D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D67; }
p { color: rgb(118,157,103); }
H1.HeaderClassName
{
color: #769D67;
}
.AnyTagClassName
{
color: #769D67;
}
</style>
background-color css
<style>
a { background-color: #769D67; }
a { background-color: rgb(118,157,103); }
div.DivClassName
{
background-color: #769D67;
}
.BgClassName
{
background-color: #769D67;
}
</style>
border-color css
<style>
span { border-color: #769D67; }
span { border-color: rgb(118,157,103); }
td.TdClassName
{
border-color: #769D67;
}
.TagClassName
{
border-color: #769D67;
}
</style>