Shades of Amulet #71966A
Tints of Amulet #71966A
RGB
CMYK
RGB Variations
Color information
#71966A (or 0x71966A) is known color: Amulet. HEX triplet: 71, 96 and 6A. RGB value is (113,150,106). Sum of RGB (Red+Green+Blue) = 113+150+106=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #71966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71966A is #8E6995. Grayscale: #868686. Windows color (decimal): -9333142 or 6985329. OLE color: 6985329.
HSL color Cylindrical-coordinate representation of color #71966A: hue angle of 110.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71966A is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 150 | 106 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.41 |
| HSL | 110.45º | 0.17% | 0.5% | - |
| HSV(B) | 110.45º | 0.29% | 0.59% | - |
| XYZ | 20.32 | 26.36 | 17.65 | - |
| YUV | 133.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 150 | 106 | 0.25 | 0 | 0.29 | 0.41 | 110.45 | 0.17 | 0.5 |
| Hex | 71 | 96 | 6A | 19 | 0 | 1D | 29 | 6E | 11 | 32 |
| Octal | 161 | 226 | 152 | 31 | 0 | 35 | 51 | 156 | 21 | 62 |
| Binary | 1110001 | 10010110 | 1101010 | 11001 | 0 | 11101 | 101001 | 1101110 | 10001 | 110010 |
Color Harmonies of #71966A
Complementary color
Monochromatic Colors of #71966A
Black with #71966A
Text Example
Text Example
White with #71966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71966A; }
p { color: rgb(113,150,106); }
H1.HeaderClassName
{
color: #71966A;
}
.AnyTagClassName
{
color: #71966A;
}
</style>
background-color css
<style>
a { background-color: #71966A; }
a { background-color: rgb(113,150,106); }
div.DivClassName
{
background-color: #71966A;
}
.BgClassName
{
background-color: #71966A;
}
</style>
border-color css
<style>
span { border-color: #71966A; }
span { border-color: rgb(113,150,106); }
td.TdClassName
{
border-color: #71966A;
}
.TagClassName
{
border-color: #71966A;
}
</style>