Shades of Amulet #71956C
Tints of Amulet #71956C
RGB
CMYK
RGB Variations
Color information
#71956C (or 0x71956C) is known color: Amulet. HEX triplet: 71, 95 and 6C. RGB value is (113,149,108). Sum of RGB (Red+Green+Blue) = 113+149+108=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #71956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71956C is #8E6A93. Grayscale: #858585. Windows color (decimal): -9333396 or 7116145. OLE color: 7116145.
HSL color Cylindrical-coordinate representation of color #71956C: hue angle of 112.68º degrees, saturation: 0.16, 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 #71956C is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 149 | 108 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.42 |
| HSL | 112.68º | 0.16% | 0.5% | - |
| HSV(B) | 112.68º | 0.28% | 0.58% | - |
| XYZ | 20.26 | 26.09 | 18.15 | - |
| YUV | 133.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 108 | 0.24 | 0 | 0.28 | 0.42 | 112.68 | 0.16 | 0.5 |
| Hex | 71 | 95 | 6C | 18 | 0 | 1C | 2A | 71 | 10 | 32 |
| Octal | 161 | 225 | 154 | 30 | 0 | 34 | 52 | 161 | 20 | 62 |
| Binary | 1110001 | 10010101 | 1101100 | 11000 | 0 | 11100 | 101010 | 1110001 | 10000 | 110010 |
Color Harmonies of #71956C
Complementary color
Monochromatic Colors of #71956C
Black with #71956C
Text Example
Text Example
White with #71956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71956C; }
p { color: rgb(113,149,108); }
H1.HeaderClassName
{
color: #71956C;
}
.AnyTagClassName
{
color: #71956C;
}
</style>
background-color css
<style>
a { background-color: #71956C; }
a { background-color: rgb(113,149,108); }
div.DivClassName
{
background-color: #71956C;
}
.BgClassName
{
background-color: #71956C;
}
</style>
border-color css
<style>
span { border-color: #71956C; }
span { border-color: rgb(113,149,108); }
td.TdClassName
{
border-color: #71956C;
}
.TagClassName
{
border-color: #71956C;
}
</style>