Shades of Amulet #83AB74
Tints of Amulet #83AB74
RGB
CMYK
RGB Variations
Color information
#83AB74 (or 0x83AB74) is known color: Amulet. HEX triplet: 83, AB and 74. RGB value is (131,171,116). Sum of RGB (Red+Green+Blue) = 131+171+116=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AB74 is #7C548B. Grayscale: #989898. Windows color (decimal): -8148108 or 7646083. OLE color: 7646083.
HSL color Cylindrical-coordinate representation of color #83AB74: hue angle of 103.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83AB74 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 116 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.33 |
| HSL | 103.64º | 0.25% | 0.56% | - |
| HSV(B) | 103.64º | 0.32% | 0.67% | - |
| XYZ | 27.08 | 35.21 | 21.89 | - |
| YUV | 152.77 | 107.25 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 116 | 0.23 | 0 | 0.32 | 0.33 | 103.64 | 0.25 | 0.56 |
| Hex | 83 | AB | 74 | 17 | 0 | 20 | 21 | 68 | 19 | 38 |
| Octal | 203 | 253 | 164 | 27 | 0 | 40 | 41 | 150 | 31 | 70 |
| Binary | 10000011 | 10101011 | 1110100 | 10111 | 0 | 100000 | 100001 | 1101000 | 11001 | 111000 |
Color Harmonies of #83AB74
Complementary color
Monochromatic Colors of #83AB74
Black with #83AB74
Text Example
Text Example
White with #83AB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB74; }
p { color: rgb(131,171,116); }
H1.HeaderClassName
{
color: #83AB74;
}
.AnyTagClassName
{
color: #83AB74;
}
</style>
background-color css
<style>
a { background-color: #83AB74; }
a { background-color: rgb(131,171,116); }
div.DivClassName
{
background-color: #83AB74;
}
.BgClassName
{
background-color: #83AB74;
}
</style>
border-color css
<style>
span { border-color: #83AB74; }
span { border-color: rgb(131,171,116); }
td.TdClassName
{
border-color: #83AB74;
}
.TagClassName
{
border-color: #83AB74;
}
</style>