Shades of Amulet #769F73
Tints of Amulet #769F73
RGB
CMYK
RGB Variations
Color information
#769F73 (or 0x769F73) is known color: Amulet. HEX triplet: 76, 9F and 73. RGB value is (118,159,115). Sum of RGB (Red+Green+Blue) = 118+159+115=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #769F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F73 is #89608C. Grayscale: #8D8D8D. Windows color (decimal): -9003149 or 7577462. OLE color: 7577462.
HSL color Cylindrical-coordinate representation of color #769F73: hue angle of 115.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #769F73 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 115 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.38 |
| HSL | 115.91º | 0.19% | 0.54% | - |
| HSV(B) | 115.91º | 0.28% | 0.62% | - |
| XYZ | 22.96 | 29.89 | 20.78 | - |
| YUV | 141.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 115 | 0.26 | 0 | 0.28 | 0.38 | 115.91 | 0.19 | 0.54 |
| Hex | 76 | 9F | 73 | 1A | 0 | 1C | 26 | 74 | 13 | 36 |
| Octal | 166 | 237 | 163 | 32 | 0 | 34 | 46 | 164 | 23 | 66 |
| Binary | 1110110 | 10011111 | 1110011 | 11010 | 0 | 11100 | 100110 | 1110100 | 10011 | 110110 |
Color Harmonies of #769F73
Complementary color
Monochromatic Colors of #769F73
Black with #769F73
Text Example
Text Example
White with #769F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F73; }
p { color: rgb(118,159,115); }
H1.HeaderClassName
{
color: #769F73;
}
.AnyTagClassName
{
color: #769F73;
}
</style>
background-color css
<style>
a { background-color: #769F73; }
a { background-color: rgb(118,159,115); }
div.DivClassName
{
background-color: #769F73;
}
.BgClassName
{
background-color: #769F73;
}
</style>
border-color css
<style>
span { border-color: #769F73; }
span { border-color: rgb(118,159,115); }
td.TdClassName
{
border-color: #769F73;
}
.TagClassName
{
border-color: #769F73;
}
</style>