Shades of Amulet #71996A
Tints of Amulet #71996A
RGB
CMYK
RGB Variations
Color information
#71996A (or 0x71996A) is known color: Amulet. HEX triplet: 71, 99 and 6A. RGB value is (113,153,106). Sum of RGB (Red+Green+Blue) = 113+153+106=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #71996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71996A is #8E6695. Grayscale: #878787. Windows color (decimal): -9332374 or 6986097. OLE color: 6986097.
HSL color Cylindrical-coordinate representation of color #71996A: hue angle of 111.06º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71996A is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 106 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.4 |
| HSL | 111.06º | 0.19% | 0.51% | - |
| HSV(B) | 111.06º | 0.31% | 0.6% | - |
| XYZ | 20.8 | 27.33 | 17.82 | - |
| YUV | 135.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 106 | 0.26 | 0 | 0.31 | 0.4 | 111.06 | 0.19 | 0.51 |
| Hex | 71 | 99 | 6A | 1A | 0 | 1F | 28 | 6F | 13 | 33 |
| Octal | 161 | 231 | 152 | 32 | 0 | 37 | 50 | 157 | 23 | 63 |
| Binary | 1110001 | 10011001 | 1101010 | 11010 | 0 | 11111 | 101000 | 1101111 | 10011 | 110011 |
Color Harmonies of #71996A
Complementary color
Monochromatic Colors of #71996A
Black with #71996A
Text Example
Text Example
White with #71996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71996A; }
p { color: rgb(113,153,106); }
H1.HeaderClassName
{
color: #71996A;
}
.AnyTagClassName
{
color: #71996A;
}
</style>
background-color css
<style>
a { background-color: #71996A; }
a { background-color: rgb(113,153,106); }
div.DivClassName
{
background-color: #71996A;
}
.BgClassName
{
background-color: #71996A;
}
</style>
border-color css
<style>
span { border-color: #71996A; }
span { border-color: rgb(113,153,106); }
td.TdClassName
{
border-color: #71996A;
}
.TagClassName
{
border-color: #71996A;
}
</style>