Shades of Amulet #769C73
Tints of Amulet #769C73
RGB
CMYK
RGB Variations
Color information
#769C73 (or 0x769C73) is known color: Amulet. HEX triplet: 76, 9C and 73. RGB value is (118,156,115). Sum of RGB (Red+Green+Blue) = 118+156+115=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #769C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C73 is #89638C. Grayscale: #8C8C8C. Windows color (decimal): -9003917 or 7576694. OLE color: 7576694.
HSL color Cylindrical-coordinate representation of color #769C73: hue angle of 115.61º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769C73 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 115 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.39 |
| HSL | 115.61º | 0.17% | 0.53% | - |
| HSV(B) | 115.61º | 0.26% | 0.61% | - |
| XYZ | 22.45 | 28.87 | 20.61 | - |
| YUV | 139.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 115 | 0.24 | 0 | 0.26 | 0.39 | 115.61 | 0.17 | 0.53 |
| Hex | 76 | 9C | 73 | 18 | 0 | 1A | 27 | 74 | 11 | 35 |
| Octal | 166 | 234 | 163 | 30 | 0 | 32 | 47 | 164 | 21 | 65 |
| Binary | 1110110 | 10011100 | 1110011 | 11000 | 0 | 11010 | 100111 | 1110100 | 10001 | 110101 |
Color Harmonies of #769C73
Complementary color
Monochromatic Colors of #769C73
Black with #769C73
Text Example
Text Example
White with #769C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C73; }
p { color: rgb(118,156,115); }
H1.HeaderClassName
{
color: #769C73;
}
.AnyTagClassName
{
color: #769C73;
}
</style>
background-color css
<style>
a { background-color: #769C73; }
a { background-color: rgb(118,156,115); }
div.DivClassName
{
background-color: #769C73;
}
.BgClassName
{
background-color: #769C73;
}
</style>
border-color css
<style>
span { border-color: #769C73; }
span { border-color: rgb(118,156,115); }
td.TdClassName
{
border-color: #769C73;
}
.TagClassName
{
border-color: #769C73;
}
</style>