Shades of Amulet #84AF7B
Tints of Amulet #84AF7B
RGB
CMYK
RGB Variations
Color information
#84AF7B (or 0x84AF7B) is known color: Amulet. HEX triplet: 84, AF and 7B. RGB value is (132,175,123). Sum of RGB (Red+Green+Blue) = 132+175+123=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF7B is #7B5084. Grayscale: #9C9C9C. Windows color (decimal): -8081541 or 8105860. OLE color: 8105860.
HSL color Cylindrical-coordinate representation of color #84AF7B: hue angle of 109.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84AF7B is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 123 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.31 |
| HSL | 109.62º | 0.25% | 0.58% | - |
| HSV(B) | 109.62º | 0.3% | 0.69% | - |
| XYZ | 28.42 | 37 | 24.38 | - |
| YUV | 156.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 123 | 0.25 | 0 | 0.30 | 0.31 | 109.62 | 0.25 | 0.58 |
| Hex | 84 | AF | 7B | 19 | 0 | 1E | 1F | 6E | 19 | 3A |
| Octal | 204 | 257 | 173 | 31 | 0 | 36 | 37 | 156 | 31 | 72 |
| Binary | 10000100 | 10101111 | 1111011 | 11001 | 0 | 11110 | 11111 | 1101110 | 11001 | 111010 |
Color Harmonies of #84AF7B
Complementary color
Monochromatic Colors of #84AF7B
Black with #84AF7B
Text Example
Text Example
White with #84AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF7B; }
p { color: rgb(132,175,123); }
H1.HeaderClassName
{
color: #84AF7B;
}
.AnyTagClassName
{
color: #84AF7B;
}
</style>
background-color css
<style>
a { background-color: #84AF7B; }
a { background-color: rgb(132,175,123); }
div.DivClassName
{
background-color: #84AF7B;
}
.BgClassName
{
background-color: #84AF7B;
}
</style>
border-color css
<style>
span { border-color: #84AF7B; }
span { border-color: rgb(132,175,123); }
td.TdClassName
{
border-color: #84AF7B;
}
.TagClassName
{
border-color: #84AF7B;
}
</style>