Shades of Amulet #71966B
Tints of Amulet #71966B
RGB
CMYK
RGB Variations
Color information
#71966B (or 0x71966B) is known color: Amulet. HEX triplet: 71, 96 and 6B. RGB value is (113,150,107). Sum of RGB (Red+Green+Blue) = 113+150+107=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #71966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71966B is #8E6994. Grayscale: #868686. Windows color (decimal): -9333141 or 7050865. OLE color: 7050865.
HSL color Cylindrical-coordinate representation of color #71966B: hue angle of 111.63º 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 #71966B is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 150 | 107 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.41 |
| HSL | 111.63º | 0.17% | 0.5% | - |
| HSV(B) | 111.63º | 0.29% | 0.59% | - |
| XYZ | 20.37 | 26.38 | 17.93 | - |
| YUV | 134.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 150 | 107 | 0.25 | 0 | 0.29 | 0.41 | 111.63 | 0.17 | 0.5 |
| Hex | 71 | 96 | 6B | 19 | 0 | 1D | 29 | 70 | 11 | 32 |
| Octal | 161 | 226 | 153 | 31 | 0 | 35 | 51 | 160 | 21 | 62 |
| Binary | 1110001 | 10010110 | 1101011 | 11001 | 0 | 11101 | 101001 | 1110000 | 10001 | 110010 |
Color Harmonies of #71966B
Complementary color
Monochromatic Colors of #71966B
Black with #71966B
Text Example
Text Example
White with #71966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71966B; }
p { color: rgb(113,150,107); }
H1.HeaderClassName
{
color: #71966B;
}
.AnyTagClassName
{
color: #71966B;
}
</style>
background-color css
<style>
a { background-color: #71966B; }
a { background-color: rgb(113,150,107); }
div.DivClassName
{
background-color: #71966B;
}
.BgClassName
{
background-color: #71966B;
}
</style>
border-color css
<style>
span { border-color: #71966B; }
span { border-color: rgb(113,150,107); }
td.TdClassName
{
border-color: #71966B;
}
.TagClassName
{
border-color: #71966B;
}
</style>