Shades of Amulet #769F72
Tints of Amulet #769F72
RGB
CMYK
RGB Variations
Color information
#769F72 (or 0x769F72) is known color: Amulet. HEX triplet: 76, 9F and 72. RGB value is (118,159,114). Sum of RGB (Red+Green+Blue) = 118+159+114=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #769F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F72 is #89608D. Grayscale: #8D8D8D. Windows color (decimal): -9003150 or 7511926. OLE color: 7511926.
HSL color Cylindrical-coordinate representation of color #769F72: hue angle of 114.67º 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 #769F72 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 114 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.38 |
| HSL | 114.67º | 0.19% | 0.54% | - |
| HSV(B) | 114.67º | 0.28% | 0.62% | - |
| XYZ | 22.91 | 29.86 | 20.48 | - |
| YUV | 141.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 114 | 0.26 | 0 | 0.28 | 0.38 | 114.67 | 0.19 | 0.54 |
| Hex | 76 | 9F | 72 | 1A | 0 | 1C | 26 | 73 | 13 | 36 |
| Octal | 166 | 237 | 162 | 32 | 0 | 34 | 46 | 163 | 23 | 66 |
| Binary | 1110110 | 10011111 | 1110010 | 11010 | 0 | 11100 | 100110 | 1110011 | 10011 | 110110 |
Color Harmonies of #769F72
Complementary color
Monochromatic Colors of #769F72
Black with #769F72
Text Example
Text Example
White with #769F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F72; }
p { color: rgb(118,159,114); }
H1.HeaderClassName
{
color: #769F72;
}
.AnyTagClassName
{
color: #769F72;
}
</style>
background-color css
<style>
a { background-color: #769F72; }
a { background-color: rgb(118,159,114); }
div.DivClassName
{
background-color: #769F72;
}
.BgClassName
{
background-color: #769F72;
}
</style>
border-color css
<style>
span { border-color: #769F72; }
span { border-color: rgb(118,159,114); }
td.TdClassName
{
border-color: #769F72;
}
.TagClassName
{
border-color: #769F72;
}
</style>