Shades of Amulet #769D71
Tints of Amulet #769D71
RGB
CMYK
RGB Variations
Color information
#769D71 (or 0x769D71) is known color: Amulet. HEX triplet: 76, 9D and 71. RGB value is (118,157,113). Sum of RGB (Red+Green+Blue) = 118+157+113=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 157 - color contains mainly: green. Hex color #769D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769D71 is #89628E. Grayscale: #8C8C8C. Windows color (decimal): -9003663 or 7445878. OLE color: 7445878.
HSL color Cylindrical-coordinate representation of color #769D71: hue angle of 113.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #769D71 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 157 | 113 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.38 |
| HSL | 113.18º | 0.18% | 0.53% | - |
| HSV(B) | 113.18º | 0.28% | 0.62% | - |
| XYZ | 22.51 | 29.16 | 20.06 | - |
| YUV | 140.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 113 | 0.25 | 0 | 0.28 | 0.38 | 113.18 | 0.18 | 0.53 |
| Hex | 76 | 9D | 71 | 19 | 0 | 1C | 26 | 71 | 12 | 35 |
| Octal | 166 | 235 | 161 | 31 | 0 | 34 | 46 | 161 | 22 | 65 |
| Binary | 1110110 | 10011101 | 1110001 | 11001 | 0 | 11100 | 100110 | 1110001 | 10010 | 110101 |
Color Harmonies of #769D71
Complementary color
Monochromatic Colors of #769D71
Black with #769D71
Text Example
Text Example
White with #769D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769D71; }
p { color: rgb(118,157,113); }
H1.HeaderClassName
{
color: #769D71;
}
.AnyTagClassName
{
color: #769D71;
}
</style>
background-color css
<style>
a { background-color: #769D71; }
a { background-color: rgb(118,157,113); }
div.DivClassName
{
background-color: #769D71;
}
.BgClassName
{
background-color: #769D71;
}
</style>
border-color css
<style>
span { border-color: #769D71; }
span { border-color: rgb(118,157,113); }
td.TdClassName
{
border-color: #769D71;
}
.TagClassName
{
border-color: #769D71;
}
</style>