Shades of Amulet #769F6A
Tints of Amulet #769F6A
RGB
CMYK
RGB Variations
Color information
#769F6A (or 0x769F6A) is known color: Amulet. HEX triplet: 76, 9F and 6A. RGB value is (118,159,106). Sum of RGB (Red+Green+Blue) = 118+159+106=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #769F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F6A is #896095. Grayscale: #8C8C8C. Windows color (decimal): -9003158 or 6987638. OLE color: 6987638.
HSL color Cylindrical-coordinate representation of color #769F6A: hue angle of 106.42º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #769F6A is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 159 | 106 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.38 |
| HSL | 106.42º | 0.22% | 0.52% | - |
| HSV(B) | 106.42º | 0.33% | 0.62% | - |
| XYZ | 22.47 | 29.69 | 18.18 | - |
| YUV | 140.7 | 108.42 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 106 | 0.26 | 0 | 0.33 | 0.38 | 106.42 | 0.22 | 0.52 |
| Hex | 76 | 9F | 6A | 1A | 0 | 21 | 26 | 6A | 16 | 34 |
| Octal | 166 | 237 | 152 | 32 | 0 | 41 | 46 | 152 | 26 | 64 |
| Binary | 1110110 | 10011111 | 1101010 | 11010 | 0 | 100001 | 100110 | 1101010 | 10110 | 110100 |
Color Harmonies of #769F6A
Complementary color
Monochromatic Colors of #769F6A
Black with #769F6A
Text Example
Text Example
White with #769F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769F6A; }
p { color: rgb(118,159,106); }
H1.HeaderClassName
{
color: #769F6A;
}
.AnyTagClassName
{
color: #769F6A;
}
</style>
background-color css
<style>
a { background-color: #769F6A; }
a { background-color: rgb(118,159,106); }
div.DivClassName
{
background-color: #769F6A;
}
.BgClassName
{
background-color: #769F6A;
}
</style>
border-color css
<style>
span { border-color: #769F6A; }
span { border-color: rgb(118,159,106); }
td.TdClassName
{
border-color: #769F6A;
}
.TagClassName
{
border-color: #769F6A;
}
</style>