Shades of Amulet #84B07B
Tints of Amulet #84B07B
RGB
CMYK
RGB Variations
Color information
#84B07B (or 0x84B07B) is known color: Amulet. HEX triplet: 84, B0 and 7B. RGB value is (132,176,123). Sum of RGB (Red+Green+Blue) = 132+176+123=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #84B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B07B is #7B4F84. Grayscale: #9C9C9C. Windows color (decimal): -8081285 or 8106116. OLE color: 8106116.
HSL color Cylindrical-coordinate representation of color #84B07B: hue angle of 109.81º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84B07B is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 123 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.31 |
| HSL | 109.81º | 0.25% | 0.59% | - |
| HSV(B) | 109.81º | 0.3% | 0.69% | - |
| XYZ | 28.62 | 37.39 | 24.45 | - |
| YUV | 156.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 123 | 0.25 | 0 | 0.30 | 0.31 | 109.81 | 0.25 | 0.59 |
| Hex | 84 | B0 | 7B | 19 | 0 | 1E | 1F | 6E | 19 | 3B |
| Octal | 204 | 260 | 173 | 31 | 0 | 36 | 37 | 156 | 31 | 73 |
| Binary | 10000100 | 10110000 | 1111011 | 11001 | 0 | 11110 | 11111 | 1101110 | 11001 | 111011 |
Color Harmonies of #84B07B
Complementary color
Monochromatic Colors of #84B07B
Black with #84B07B
Text Example
Text Example
White with #84B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B07B; }
p { color: rgb(132,176,123); }
H1.HeaderClassName
{
color: #84B07B;
}
.AnyTagClassName
{
color: #84B07B;
}
</style>
background-color css
<style>
a { background-color: #84B07B; }
a { background-color: rgb(132,176,123); }
div.DivClassName
{
background-color: #84B07B;
}
.BgClassName
{
background-color: #84B07B;
}
</style>
border-color css
<style>
span { border-color: #84B07B; }
span { border-color: rgb(132,176,123); }
td.TdClassName
{
border-color: #84B07B;
}
.TagClassName
{
border-color: #84B07B;
}
</style>