Shades of Amulet #7FAD7B
Tints of Amulet #7FAD7B
RGB
CMYK
RGB Variations
Color information
#7FAD7B (or 0x7FAD7B) is known color: Amulet. HEX triplet: 7F, AD and 7B. RGB value is (127,173,123). Sum of RGB (Red+Green+Blue) = 127+173+123=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAD7B is #805284. Grayscale: #999999. Windows color (decimal): -8409733 or 8105343. OLE color: 8105343.
HSL color Cylindrical-coordinate representation of color #7FAD7B: hue angle of 115.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FAD7B is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 173 | 123 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.32 |
| HSL | 115.2º | 0.23% | 0.58% | - |
| HSV(B) | 115.2º | 0.29% | 0.68% | - |
| XYZ | 27.27 | 35.83 | 24.22 | - |
| YUV | 153.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 123 | 0.27 | 0 | 0.29 | 0.32 | 115.2 | 0.23 | 0.58 |
| Hex | 7F | AD | 7B | 1B | 0 | 1D | 20 | 73 | 17 | 3A |
| Octal | 177 | 255 | 173 | 33 | 0 | 35 | 40 | 163 | 27 | 72 |
| Binary | 1111111 | 10101101 | 1111011 | 11011 | 0 | 11101 | 100000 | 1110011 | 10111 | 111010 |
Color Harmonies of #7FAD7B
Complementary color
Monochromatic Colors of #7FAD7B
Black with #7FAD7B
Text Example
Text Example
White with #7FAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAD7B; }
p { color: rgb(127,173,123); }
H1.HeaderClassName
{
color: #7FAD7B;
}
.AnyTagClassName
{
color: #7FAD7B;
}
</style>
background-color css
<style>
a { background-color: #7FAD7B; }
a { background-color: rgb(127,173,123); }
div.DivClassName
{
background-color: #7FAD7B;
}
.BgClassName
{
background-color: #7FAD7B;
}
</style>
border-color css
<style>
span { border-color: #7FAD7B; }
span { border-color: rgb(127,173,123); }
td.TdClassName
{
border-color: #7FAD7B;
}
.TagClassName
{
border-color: #7FAD7B;
}
</style>