Shades of Amulet #769B71
Tints of Amulet #769B71
RGB
CMYK
RGB Variations
Color information
#769B71 (or 0x769B71) is known color: Amulet. HEX triplet: 76, 9B and 71. RGB value is (118,155,113). Sum of RGB (Red+Green+Blue) = 118+155+113=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #769B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B71 is #89648E. Grayscale: #8B8B8B. Windows color (decimal): -9004175 or 7445366. OLE color: 7445366.
HSL color Cylindrical-coordinate representation of color #769B71: hue angle of 112.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #769B71 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 113 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.39 |
| HSL | 112.86º | 0.17% | 0.53% | - |
| HSV(B) | 112.86º | 0.27% | 0.61% | - |
| XYZ | 22.17 | 28.49 | 19.95 | - |
| YUV | 139.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 113 | 0.24 | 0 | 0.27 | 0.39 | 112.86 | 0.17 | 0.53 |
| Hex | 76 | 9B | 71 | 18 | 0 | 1B | 27 | 71 | 11 | 35 |
| Octal | 166 | 233 | 161 | 30 | 0 | 33 | 47 | 161 | 21 | 65 |
| Binary | 1110110 | 10011011 | 1110001 | 11000 | 0 | 11011 | 100111 | 1110001 | 10001 | 110101 |
Color Harmonies of #769B71
Complementary color
Monochromatic Colors of #769B71
Black with #769B71
Text Example
Text Example
White with #769B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B71; }
p { color: rgb(118,155,113); }
H1.HeaderClassName
{
color: #769B71;
}
.AnyTagClassName
{
color: #769B71;
}
</style>
background-color css
<style>
a { background-color: #769B71; }
a { background-color: rgb(118,155,113); }
div.DivClassName
{
background-color: #769B71;
}
.BgClassName
{
background-color: #769B71;
}
</style>
border-color css
<style>
span { border-color: #769B71; }
span { border-color: rgb(118,155,113); }
td.TdClassName
{
border-color: #769B71;
}
.TagClassName
{
border-color: #769B71;
}
</style>