Shades of Amulet #769F74
Tints of Amulet #769F74
RGB
CMYK
RGB Variations
Color information
#769F74 (or 0x769F74) is known color: Amulet. HEX triplet: 76, 9F and 74. RGB value is (118,159,116). Sum of RGB (Red+Green+Blue) = 118+159+116=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #769F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F74 is #89608B. Grayscale: #8D8D8D. Windows color (decimal): -9003148 or 7642998. OLE color: 7642998.
HSL color Cylindrical-coordinate representation of color #769F74: hue angle of 117.21º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #769F74 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 116 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.38 |
| HSL | 117.21º | 0.18% | 0.54% | - |
| HSV(B) | 117.21º | 0.27% | 0.62% | - |
| XYZ | 23.02 | 29.91 | 21.08 | - |
| YUV | 141.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 116 | 0.26 | 0 | 0.27 | 0.38 | 117.21 | 0.18 | 0.54 |
| Hex | 76 | 9F | 74 | 1A | 0 | 1B | 26 | 75 | 12 | 36 |
| Octal | 166 | 237 | 164 | 32 | 0 | 33 | 46 | 165 | 22 | 66 |
| Binary | 1110110 | 10011111 | 1110100 | 11010 | 0 | 11011 | 100110 | 1110101 | 10010 | 110110 |
Color Harmonies of #769F74
Complementary color
Monochromatic Colors of #769F74
Black with #769F74
Text Example
Text Example
White with #769F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F74; }
p { color: rgb(118,159,116); }
H1.HeaderClassName
{
color: #769F74;
}
.AnyTagClassName
{
color: #769F74;
}
</style>
background-color css
<style>
a { background-color: #769F74; }
a { background-color: rgb(118,159,116); }
div.DivClassName
{
background-color: #769F74;
}
.BgClassName
{
background-color: #769F74;
}
</style>
border-color css
<style>
span { border-color: #769F74; }
span { border-color: rgb(118,159,116); }
td.TdClassName
{
border-color: #769F74;
}
.TagClassName
{
border-color: #769F74;
}
</style>