Shades of Amulet #71956B
Tints of Amulet #71956B
RGB
CMYK
RGB Variations
Color information
#71956B (or 0x71956B) is known color: Amulet. HEX triplet: 71, 95 and 6B. RGB value is (113,149,107). Sum of RGB (Red+Green+Blue) = 113+149+107=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #71956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71956B is #8E6A94. Grayscale: #858585. Windows color (decimal): -9333397 or 7050609. OLE color: 7050609.
HSL color Cylindrical-coordinate representation of color #71956B: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71956B is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 149 | 107 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.42 |
| HSL | 111.43º | 0.17% | 0.5% | - |
| HSV(B) | 111.43º | 0.28% | 0.58% | - |
| XYZ | 20.21 | 26.07 | 17.88 | - |
| YUV | 133.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 107 | 0.24 | 0 | 0.28 | 0.42 | 111.43 | 0.17 | 0.5 |
| Hex | 71 | 95 | 6B | 18 | 0 | 1C | 2A | 6F | 11 | 32 |
| Octal | 161 | 225 | 153 | 30 | 0 | 34 | 52 | 157 | 21 | 62 |
| Binary | 1110001 | 10010101 | 1101011 | 11000 | 0 | 11100 | 101010 | 1101111 | 10001 | 110010 |
Color Harmonies of #71956B
Complementary color
Monochromatic Colors of #71956B
Black with #71956B
Text Example
Text Example
White with #71956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71956B; }
p { color: rgb(113,149,107); }
H1.HeaderClassName
{
color: #71956B;
}
.AnyTagClassName
{
color: #71956B;
}
</style>
background-color css
<style>
a { background-color: #71956B; }
a { background-color: rgb(113,149,107); }
div.DivClassName
{
background-color: #71956B;
}
.BgClassName
{
background-color: #71956B;
}
</style>
border-color css
<style>
span { border-color: #71956B; }
span { border-color: rgb(113,149,107); }
td.TdClassName
{
border-color: #71956B;
}
.TagClassName
{
border-color: #71956B;
}
</style>