Shades of Amulet #76B170
Tints of Amulet #76B170
RGB
CMYK
RGB Variations
Color information
#76B170 (or 0x76B170) is known color: Amulet. HEX triplet: 76, B1 and 70. RGB value is (118,177,112). Sum of RGB (Red+Green+Blue) = 118+177+112=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #76B170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B170 is #894E8F. Grayscale: #989898. Windows color (decimal): -8998544 or 7385462. OLE color: 7385462.
HSL color Cylindrical-coordinate representation of color #76B170: hue angle of 114.46º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76B170 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 177 | 112 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.31 |
| HSL | 114.46º | 0.29% | 0.57% | - |
| HSV(B) | 114.46º | 0.37% | 0.69% | - |
| XYZ | 26.12 | 36.47 | 20.99 | - |
| YUV | 151.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 177 | 112 | 0.33 | 0 | 0.37 | 0.31 | 114.46 | 0.29 | 0.57 |
| Hex | 76 | B1 | 70 | 21 | 0 | 25 | 1F | 72 | 1D | 39 |
| Octal | 166 | 261 | 160 | 41 | 0 | 45 | 37 | 162 | 35 | 71 |
| Binary | 1110110 | 10110001 | 1110000 | 100001 | 0 | 100101 | 11111 | 1110010 | 11101 | 111001 |
Color Harmonies of #76B170
Complementary color
Monochromatic Colors of #76B170
Black with #76B170
Text Example
Text Example
White with #76B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B170; }
p { color: rgb(118,177,112); }
H1.HeaderClassName
{
color: #76B170;
}
.AnyTagClassName
{
color: #76B170;
}
</style>
background-color css
<style>
a { background-color: #76B170; }
a { background-color: rgb(118,177,112); }
div.DivClassName
{
background-color: #76B170;
}
.BgClassName
{
background-color: #76B170;
}
</style>
border-color css
<style>
span { border-color: #76B170; }
span { border-color: rgb(118,177,112); }
td.TdClassName
{
border-color: #76B170;
}
.TagClassName
{
border-color: #76B170;
}
</style>