Shades of Amulet #769568
Tints of Amulet #769568
RGB
CMYK
RGB Variations
Color information
#769568 (or 0x769568) is known color: Amulet. HEX triplet: 76, 95 and 68. RGB value is (118,149,104). Sum of RGB (Red+Green+Blue) = 118+149+104=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #769568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769568 is #896A97. Grayscale: #868686. Windows color (decimal): -9005720 or 6854006. OLE color: 6854006.
HSL color Cylindrical-coordinate representation of color #769568: hue angle of 101.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #769568 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 104 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.42 |
| HSL | 101.33º | 0.18% | 0.5% | - |
| HSV(B) | 101.33º | 0.3% | 0.58% | - |
| XYZ | 20.72 | 26.35 | 17.09 | - |
| YUV | 134.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 104 | 0.21 | 0 | 0.30 | 0.42 | 101.33 | 0.18 | 0.5 |
| Hex | 76 | 95 | 68 | 15 | 0 | 1E | 2A | 65 | 12 | 32 |
| Octal | 166 | 225 | 150 | 25 | 0 | 36 | 52 | 145 | 22 | 62 |
| Binary | 1110110 | 10010101 | 1101000 | 10101 | 0 | 11110 | 101010 | 1100101 | 10010 | 110010 |
Color Harmonies of #769568
Complementary color
Monochromatic Colors of #769568
Black with #769568
Text Example
Text Example
White with #769568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769568; }
p { color: rgb(118,149,104); }
H1.HeaderClassName
{
color: #769568;
}
.AnyTagClassName
{
color: #769568;
}
</style>
background-color css
<style>
a { background-color: #769568; }
a { background-color: rgb(118,149,104); }
div.DivClassName
{
background-color: #769568;
}
.BgClassName
{
background-color: #769568;
}
</style>
border-color css
<style>
span { border-color: #769568; }
span { border-color: rgb(118,149,104); }
td.TdClassName
{
border-color: #769568;
}
.TagClassName
{
border-color: #769568;
}
</style>