Shades of Amulet #88B377
Tints of Amulet #88B377
RGB
CMYK
RGB Variations
Color information
#88B377 (or 0x88B377) is known color: Amulet. HEX triplet: 88, B3 and 77. RGB value is (136,179,119). Sum of RGB (Red+Green+Blue) = 136+179+119=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #88B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B377 is #774C88. Grayscale: #9F9F9F. Windows color (decimal): -7818377 or 7844744. OLE color: 7844744.
HSL color Cylindrical-coordinate representation of color #88B377: hue angle of 103º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88B377 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 179 | 119 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.30 |
| HSL | 103º | 0.28% | 0.58% | - |
| HSV(B) | 103º | 0.34% | 0.7% | - |
| XYZ | 29.6 | 38.81 | 23.38 | - |
| YUV | 159.3 | 105.25 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 119 | 0.24 | 0 | 0.34 | 0.30 | 103 | 0.28 | 0.58 |
| Hex | 88 | B3 | 77 | 18 | 0 | 22 | 1E | 67 | 1C | 3A |
| Octal | 210 | 263 | 167 | 30 | 0 | 42 | 36 | 147 | 34 | 72 |
| Binary | 10001000 | 10110011 | 1110111 | 11000 | 0 | 100010 | 11110 | 1100111 | 11100 | 111010 |
Color Harmonies of #88B377
Complementary color
Monochromatic Colors of #88B377
Black with #88B377
Text Example
Text Example
White with #88B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B377; }
p { color: rgb(136,179,119); }
H1.HeaderClassName
{
color: #88B377;
}
.AnyTagClassName
{
color: #88B377;
}
</style>
background-color css
<style>
a { background-color: #88B377; }
a { background-color: rgb(136,179,119); }
div.DivClassName
{
background-color: #88B377;
}
.BgClassName
{
background-color: #88B377;
}
</style>
border-color css
<style>
span { border-color: #88B377; }
span { border-color: rgb(136,179,119); }
td.TdClassName
{
border-color: #88B377;
}
.TagClassName
{
border-color: #88B377;
}
</style>