Shades of Amulet #76A267
Tints of Amulet #76A267
RGB
CMYK
RGB Variations
Color information
#76A267 (or 0x76A267) is known color: Amulet. HEX triplet: 76, A2 and 67. RGB value is (118,162,103). Sum of RGB (Red+Green+Blue) = 118+162+103=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #76A267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A267 is #895D98. Grayscale: #8E8E8E. Windows color (decimal): -9002393 or 6791798. OLE color: 6791798.
HSL color Cylindrical-coordinate representation of color #76A267: hue angle of 104.75º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76A267 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 162 | 103 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.36 |
| HSL | 104.75º | 0.24% | 0.52% | - |
| HSV(B) | 104.75º | 0.36% | 0.64% | - |
| XYZ | 22.84 | 30.67 | 17.55 | - |
| YUV | 142.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 103 | 0.27 | 0 | 0.36 | 0.36 | 104.75 | 0.24 | 0.52 |
| Hex | 76 | A2 | 67 | 1B | 0 | 24 | 24 | 69 | 18 | 34 |
| Octal | 166 | 242 | 147 | 33 | 0 | 44 | 44 | 151 | 30 | 64 |
| Binary | 1110110 | 10100010 | 1100111 | 11011 | 0 | 100100 | 100100 | 1101001 | 11000 | 110100 |
Color Harmonies of #76A267
Complementary color
Monochromatic Colors of #76A267
Black with #76A267
Text Example
Text Example
White with #76A267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A267; }
p { color: rgb(118,162,103); }
H1.HeaderClassName
{
color: #76A267;
}
.AnyTagClassName
{
color: #76A267;
}
</style>
background-color css
<style>
a { background-color: #76A267; }
a { background-color: rgb(118,162,103); }
div.DivClassName
{
background-color: #76A267;
}
.BgClassName
{
background-color: #76A267;
}
</style>
border-color css
<style>
span { border-color: #76A267; }
span { border-color: rgb(118,162,103); }
td.TdClassName
{
border-color: #76A267;
}
.TagClassName
{
border-color: #76A267;
}
</style>