Shades of Amulet #71A269
Tints of Amulet #71A269
RGB
CMYK
RGB Variations
Color information
#71A269 (or 0x71A269) is known color: Amulet. HEX triplet: 71, A2 and 69. RGB value is (113,162,105). Sum of RGB (Red+Green+Blue) = 113+162+105=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #71A269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A269 is #8E5D96. Grayscale: #8D8D8D. Windows color (decimal): -9330071 or 6922865. OLE color: 6922865.
HSL color Cylindrical-coordinate representation of color #71A269: hue angle of 111.58º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71A269 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 105 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.36 |
| HSL | 111.58º | 0.23% | 0.52% | - |
| HSV(B) | 111.58º | 0.35% | 0.64% | - |
| XYZ | 22.28 | 30.37 | 18.05 | - |
| YUV | 140.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 105 | 0.30 | 0 | 0.35 | 0.36 | 111.58 | 0.23 | 0.52 |
| Hex | 71 | A2 | 69 | 1E | 0 | 23 | 24 | 70 | 17 | 34 |
| Octal | 161 | 242 | 151 | 36 | 0 | 43 | 44 | 160 | 27 | 64 |
| Binary | 1110001 | 10100010 | 1101001 | 11110 | 0 | 100011 | 100100 | 1110000 | 10111 | 110100 |
Color Harmonies of #71A269
Complementary color
Monochromatic Colors of #71A269
Black with #71A269
Text Example
Text Example
White with #71A269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A269; }
p { color: rgb(113,162,105); }
H1.HeaderClassName
{
color: #71A269;
}
.AnyTagClassName
{
color: #71A269;
}
</style>
background-color css
<style>
a { background-color: #71A269; }
a { background-color: rgb(113,162,105); }
div.DivClassName
{
background-color: #71A269;
}
.BgClassName
{
background-color: #71A269;
}
</style>
border-color css
<style>
span { border-color: #71A269; }
span { border-color: rgb(113,162,105); }
td.TdClassName
{
border-color: #71A269;
}
.TagClassName
{
border-color: #71A269;
}
</style>