Shades of Amulet #71B165
Tints of Amulet #71B165
RGB
CMYK
RGB Variations
Color information
#71B165 (or 0x71B165) is known color: Amulet. HEX triplet: 71, B1 and 65. RGB value is (113,177,101). Sum of RGB (Red+Green+Blue) = 113+177+101=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #71B165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B165 is #8E4E9A. Grayscale: #959595. Windows color (decimal): -9326235 or 6664561. OLE color: 6664561.
HSL color Cylindrical-coordinate representation of color #71B165: hue angle of 110.53º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71B165 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 177 | 101 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.31 |
| HSL | 110.53º | 0.33% | 0.55% | - |
| HSV(B) | 110.53º | 0.43% | 0.69% | - |
| XYZ | 24.88 | 35.89 | 17.93 | - |
| YUV | 149.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 177 | 101 | 0.36 | 0 | 0.43 | 0.31 | 110.53 | 0.33 | 0.55 |
| Hex | 71 | B1 | 65 | 24 | 0 | 2B | 1F | 6F | 21 | 37 |
| Octal | 161 | 261 | 145 | 44 | 0 | 53 | 37 | 157 | 41 | 67 |
| Binary | 1110001 | 10110001 | 1100101 | 100100 | 0 | 101011 | 11111 | 1101111 | 100001 | 110111 |
Color Harmonies of #71B165
Complementary color
Monochromatic Colors of #71B165
Black with #71B165
Text Example
Text Example
White with #71B165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B165; }
p { color: rgb(113,177,101); }
H1.HeaderClassName
{
color: #71B165;
}
.AnyTagClassName
{
color: #71B165;
}
</style>
background-color css
<style>
a { background-color: #71B165; }
a { background-color: rgb(113,177,101); }
div.DivClassName
{
background-color: #71B165;
}
.BgClassName
{
background-color: #71B165;
}
</style>
border-color css
<style>
span { border-color: #71B165; }
span { border-color: rgb(113,177,101); }
td.TdClassName
{
border-color: #71B165;
}
.TagClassName
{
border-color: #71B165;
}
</style>