Shades of Amulet #769C65
Tints of Amulet #769C65
RGB
CMYK
RGB Variations
Color information
#769C65 (or 0x769C65) is known color: Amulet. HEX triplet: 76, 9C and 65. RGB value is (118,156,101). Sum of RGB (Red+Green+Blue) = 118+156+101=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #769C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C65 is #89639A. Grayscale: #8A8A8A. Windows color (decimal): -9003931 or 6659190. OLE color: 6659190.
HSL color Cylindrical-coordinate representation of color #769C65: hue angle of 101.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #769C65 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 156 | 101 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.39 |
| HSL | 101.45º | 0.22% | 0.5% | - |
| HSV(B) | 101.45º | 0.35% | 0.61% | - |
| XYZ | 21.71 | 28.57 | 16.68 | - |
| YUV | 138.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 101 | 0.24 | 0 | 0.35 | 0.39 | 101.45 | 0.22 | 0.5 |
| Hex | 76 | 9C | 65 | 18 | 0 | 23 | 27 | 65 | 16 | 32 |
| Octal | 166 | 234 | 145 | 30 | 0 | 43 | 47 | 145 | 26 | 62 |
| Binary | 1110110 | 10011100 | 1100101 | 11000 | 0 | 100011 | 100111 | 1100101 | 10110 | 110010 |
Color Harmonies of #769C65
Complementary color
Monochromatic Colors of #769C65
Black with #769C65
Text Example
Text Example
White with #769C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769C65; }
p { color: rgb(118,156,101); }
H1.HeaderClassName
{
color: #769C65;
}
.AnyTagClassName
{
color: #769C65;
}
</style>
background-color css
<style>
a { background-color: #769C65; }
a { background-color: rgb(118,156,101); }
div.DivClassName
{
background-color: #769C65;
}
.BgClassName
{
background-color: #769C65;
}
</style>
border-color css
<style>
span { border-color: #769C65; }
span { border-color: rgb(118,156,101); }
td.TdClassName
{
border-color: #769C65;
}
.TagClassName
{
border-color: #769C65;
}
</style>