Shades of Amulet #769B6C
Tints of Amulet #769B6C
RGB
CMYK
RGB Variations
Color information
#769B6C (or 0x769B6C) is known color: Amulet. HEX triplet: 76, 9B and 6C. RGB value is (118,155,108). Sum of RGB (Red+Green+Blue) = 118+155+108=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #769B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B6C is #896493. Grayscale: #8A8A8A. Windows color (decimal): -9004180 or 7117686. OLE color: 7117686.
HSL color Cylindrical-coordinate representation of color #769B6C: hue angle of 107.23º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #769B6C is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 155 | 108 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.39 |
| HSL | 107.23º | 0.19% | 0.52% | - |
| HSV(B) | 107.23º | 0.3% | 0.61% | - |
| XYZ | 21.9 | 28.38 | 18.51 | - |
| YUV | 138.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 108 | 0.24 | 0 | 0.30 | 0.39 | 107.23 | 0.19 | 0.52 |
| Hex | 76 | 9B | 6C | 18 | 0 | 1E | 27 | 6B | 13 | 34 |
| Octal | 166 | 233 | 154 | 30 | 0 | 36 | 47 | 153 | 23 | 64 |
| Binary | 1110110 | 10011011 | 1101100 | 11000 | 0 | 11110 | 100111 | 1101011 | 10011 | 110100 |
Color Harmonies of #769B6C
Complementary color
Monochromatic Colors of #769B6C
Black with #769B6C
Text Example
Text Example
White with #769B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769B6C; }
p { color: rgb(118,155,108); }
H1.HeaderClassName
{
color: #769B6C;
}
.AnyTagClassName
{
color: #769B6C;
}
</style>
background-color css
<style>
a { background-color: #769B6C; }
a { background-color: rgb(118,155,108); }
div.DivClassName
{
background-color: #769B6C;
}
.BgClassName
{
background-color: #769B6C;
}
</style>
border-color css
<style>
span { border-color: #769B6C; }
span { border-color: rgb(118,155,108); }
td.TdClassName
{
border-color: #769B6C;
}
.TagClassName
{
border-color: #769B6C;
}
</style>