Shades of Amulet #85B374
Tints of Amulet #85B374
RGB
CMYK
RGB Variations
Color information
#85B374 (or 0x85B374) is known color: Amulet. HEX triplet: 85, B3 and 74. RGB value is (133,179,116). Sum of RGB (Red+Green+Blue) = 133+179+116=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #85B374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B374 is #7A4C8B. Grayscale: #9E9E9E. Windows color (decimal): -8014988 or 7648133. OLE color: 7648133.
HSL color Cylindrical-coordinate representation of color #85B374: hue angle of 103.81º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85B374 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 116 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.30 |
| HSL | 103.81º | 0.29% | 0.58% | - |
| HSV(B) | 103.81º | 0.35% | 0.7% | - |
| XYZ | 28.95 | 38.49 | 22.43 | - |
| YUV | 158.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 116 | 0.26 | 0 | 0.35 | 0.30 | 103.81 | 0.29 | 0.58 |
| Hex | 85 | B3 | 74 | 1A | 0 | 23 | 1E | 68 | 1D | 3A |
| Octal | 205 | 263 | 164 | 32 | 0 | 43 | 36 | 150 | 35 | 72 |
| Binary | 10000101 | 10110011 | 1110100 | 11010 | 0 | 100011 | 11110 | 1101000 | 11101 | 111010 |
Color Harmonies of #85B374
Complementary color
Monochromatic Colors of #85B374
Black with #85B374
Text Example
Text Example
White with #85B374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B374; }
p { color: rgb(133,179,116); }
H1.HeaderClassName
{
color: #85B374;
}
.AnyTagClassName
{
color: #85B374;
}
</style>
background-color css
<style>
a { background-color: #85B374; }
a { background-color: rgb(133,179,116); }
div.DivClassName
{
background-color: #85B374;
}
.BgClassName
{
background-color: #85B374;
}
</style>
border-color css
<style>
span { border-color: #85B374; }
span { border-color: rgb(133,179,116); }
td.TdClassName
{
border-color: #85B374;
}
.TagClassName
{
border-color: #85B374;
}
</style>