Shades of Amulet #85B076
Tints of Amulet #85B076
RGB
CMYK
RGB Variations
Color information
#85B076 (or 0x85B076) is known color: Amulet. HEX triplet: 85, B0 and 76. RGB value is (133,176,118). Sum of RGB (Red+Green+Blue) = 133+176+118=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #85B076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B076 is #7A4F89. Grayscale: #9C9C9C. Windows color (decimal): -8015754 or 7778437. OLE color: 7778437.
HSL color Cylindrical-coordinate representation of color #85B076: hue angle of 104.48º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85B076 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 118 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.31 |
| HSL | 104.48º | 0.27% | 0.58% | - |
| HSV(B) | 104.48º | 0.33% | 0.69% | - |
| XYZ | 28.47 | 37.35 | 22.85 | - |
| YUV | 156.53 | 106.25 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 118 | 0.24 | 0 | 0.33 | 0.31 | 104.48 | 0.27 | 0.58 |
| Hex | 85 | B0 | 76 | 18 | 0 | 21 | 1F | 68 | 1B | 3A |
| Octal | 205 | 260 | 166 | 30 | 0 | 41 | 37 | 150 | 33 | 72 |
| Binary | 10000101 | 10110000 | 1110110 | 11000 | 0 | 100001 | 11111 | 1101000 | 11011 | 111010 |
Color Harmonies of #85B076
Complementary color
Monochromatic Colors of #85B076
Black with #85B076
Text Example
Text Example
White with #85B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B076; }
p { color: rgb(133,176,118); }
H1.HeaderClassName
{
color: #85B076;
}
.AnyTagClassName
{
color: #85B076;
}
</style>
background-color css
<style>
a { background-color: #85B076; }
a { background-color: rgb(133,176,118); }
div.DivClassName
{
background-color: #85B076;
}
.BgClassName
{
background-color: #85B076;
}
</style>
border-color css
<style>
span { border-color: #85B076; }
span { border-color: rgb(133,176,118); }
td.TdClassName
{
border-color: #85B076;
}
.TagClassName
{
border-color: #85B076;
}
</style>