Shades of Amulet #76A565
Tints of Amulet #76A565
RGB
CMYK
RGB Variations
Color information
#76A565 (or 0x76A565) is known color: Amulet. HEX triplet: 76, A5 and 65. RGB value is (118,165,101). Sum of RGB (Red+Green+Blue) = 118+165+101=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #76A565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A565 is #895A9A. Grayscale: #8F8F8F. Windows color (decimal): -9001627 or 6661494. OLE color: 6661494.
HSL color Cylindrical-coordinate representation of color #76A565: hue angle of 104.06º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76A565 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 165 | 101 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.35 |
| HSL | 104.06º | 0.26% | 0.52% | - |
| HSV(B) | 104.06º | 0.39% | 0.65% | - |
| XYZ | 23.28 | 31.7 | 17.2 | - |
| YUV | 143.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 165 | 101 | 0.28 | 0 | 0.39 | 0.35 | 104.06 | 0.26 | 0.52 |
| Hex | 76 | A5 | 65 | 1C | 0 | 27 | 23 | 68 | 1A | 34 |
| Octal | 166 | 245 | 145 | 34 | 0 | 47 | 43 | 150 | 32 | 64 |
| Binary | 1110110 | 10100101 | 1100101 | 11100 | 0 | 100111 | 100011 | 1101000 | 11010 | 110100 |
Color Harmonies of #76A565
Complementary color
Monochromatic Colors of #76A565
Black with #76A565
Text Example
Text Example
White with #76A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A565; }
p { color: rgb(118,165,101); }
H1.HeaderClassName
{
color: #76A565;
}
.AnyTagClassName
{
color: #76A565;
}
</style>
background-color css
<style>
a { background-color: #76A565; }
a { background-color: rgb(118,165,101); }
div.DivClassName
{
background-color: #76A565;
}
.BgClassName
{
background-color: #76A565;
}
</style>
border-color css
<style>
span { border-color: #76A565; }
span { border-color: rgb(118,165,101); }
td.TdClassName
{
border-color: #76A565;
}
.TagClassName
{
border-color: #76A565;
}
</style>