Shades of Amulet #88B07A
Tints of Amulet #88B07A
RGB
CMYK
RGB Variations
Color information
#88B07A (or 0x88B07A) is known color: Amulet. HEX triplet: 88, B0 and 7A. RGB value is (136,176,122). Sum of RGB (Red+Green+Blue) = 136+176+122=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #88B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B07A is #774F85. Grayscale: #9E9E9E. Windows color (decimal): -7819142 or 8040584. OLE color: 8040584.
HSL color Cylindrical-coordinate representation of color #88B07A: hue angle of 104.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88B07A is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 176 | 122 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.31 |
| HSL | 104.44º | 0.25% | 0.58% | - |
| HSV(B) | 104.44º | 0.31% | 0.69% | - |
| XYZ | 29.19 | 37.69 | 24.15 | - |
| YUV | 157.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 122 | 0.23 | 0 | 0.31 | 0.31 | 104.44 | 0.25 | 0.58 |
| Hex | 88 | B0 | 7A | 17 | 0 | 1F | 1F | 68 | 19 | 3A |
| Octal | 210 | 260 | 172 | 27 | 0 | 37 | 37 | 150 | 31 | 72 |
| Binary | 10001000 | 10110000 | 1111010 | 10111 | 0 | 11111 | 11111 | 1101000 | 11001 | 111010 |
Color Harmonies of #88B07A
Complementary color
Monochromatic Colors of #88B07A
Black with #88B07A
Text Example
Text Example
White with #88B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B07A; }
p { color: rgb(136,176,122); }
H1.HeaderClassName
{
color: #88B07A;
}
.AnyTagClassName
{
color: #88B07A;
}
</style>
background-color css
<style>
a { background-color: #88B07A; }
a { background-color: rgb(136,176,122); }
div.DivClassName
{
background-color: #88B07A;
}
.BgClassName
{
background-color: #88B07A;
}
</style>
border-color css
<style>
span { border-color: #88B07A; }
span { border-color: rgb(136,176,122); }
td.TdClassName
{
border-color: #88B07A;
}
.TagClassName
{
border-color: #88B07A;
}
</style>