Shades of Amulet #83AF78
Tints of Amulet #83AF78
RGB
CMYK
RGB Variations
Color information
#83AF78 (or 0x83AF78) is known color: Amulet. HEX triplet: 83, AF and 78. RGB value is (131,175,120). Sum of RGB (Red+Green+Blue) = 131+175+120=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF78 is #7C5087. Grayscale: #9B9B9B. Windows color (decimal): -8147080 or 7909251. OLE color: 7909251.
HSL color Cylindrical-coordinate representation of color #83AF78: hue angle of 108º degrees, saturation: 0.26, 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 #83AF78 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 120 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.31 |
| HSL | 108º | 0.26% | 0.58% | - |
| HSV(B) | 108º | 0.31% | 0.69% | - |
| XYZ | 28.08 | 36.84 | 23.4 | - |
| YUV | 155.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 120 | 0.25 | 0 | 0.31 | 0.31 | 108 | 0.26 | 0.58 |
| Hex | 83 | AF | 78 | 19 | 0 | 1F | 1F | 6C | 1A | 3A |
| Octal | 203 | 257 | 170 | 31 | 0 | 37 | 37 | 154 | 32 | 72 |
| Binary | 10000011 | 10101111 | 1111000 | 11001 | 0 | 11111 | 11111 | 1101100 | 11010 | 111010 |
Color Harmonies of #83AF78
Complementary color
Monochromatic Colors of #83AF78
Black with #83AF78
Text Example
Text Example
White with #83AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF78; }
p { color: rgb(131,175,120); }
H1.HeaderClassName
{
color: #83AF78;
}
.AnyTagClassName
{
color: #83AF78;
}
</style>
background-color css
<style>
a { background-color: #83AF78; }
a { background-color: rgb(131,175,120); }
div.DivClassName
{
background-color: #83AF78;
}
.BgClassName
{
background-color: #83AF78;
}
</style>
border-color css
<style>
span { border-color: #83AF78; }
span { border-color: rgb(131,175,120); }
td.TdClassName
{
border-color: #83AF78;
}
.TagClassName
{
border-color: #83AF78;
}
</style>