Shades of Amulet #7FAB7D
Tints of Amulet #7FAB7D
RGB
CMYK
RGB Variations
Color information
#7FAB7D (or 0x7FAB7D) is known color: Amulet. HEX triplet: 7F, AB and 7D. RGB value is (127,171,125). Sum of RGB (Red+Green+Blue) = 127+171+125=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAB7D is #805482. Grayscale: #989898. Windows color (decimal): -8410243 or 8235903. OLE color: 8235903.
HSL color Cylindrical-coordinate representation of color #7FAB7D: hue angle of 117.39º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAB7D is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 125 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.33 |
| HSL | 117.39º | 0.21% | 0.58% | - |
| HSV(B) | 117.39º | 0.27% | 0.67% | - |
| XYZ | 27.02 | 35.12 | 24.76 | - |
| YUV | 152.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 125 | 0.26 | 0 | 0.27 | 0.33 | 117.39 | 0.21 | 0.58 |
| Hex | 7F | AB | 7D | 1A | 0 | 1B | 21 | 75 | 15 | 3A |
| Octal | 177 | 253 | 175 | 32 | 0 | 33 | 41 | 165 | 25 | 72 |
| Binary | 1111111 | 10101011 | 1111101 | 11010 | 0 | 11011 | 100001 | 1110101 | 10101 | 111010 |
Color Harmonies of #7FAB7D
Complementary color
Monochromatic Colors of #7FAB7D
Black with #7FAB7D
Text Example
Text Example
White with #7FAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB7D; }
p { color: rgb(127,171,125); }
H1.HeaderClassName
{
color: #7FAB7D;
}
.AnyTagClassName
{
color: #7FAB7D;
}
</style>
background-color css
<style>
a { background-color: #7FAB7D; }
a { background-color: rgb(127,171,125); }
div.DivClassName
{
background-color: #7FAB7D;
}
.BgClassName
{
background-color: #7FAB7D;
}
</style>
border-color css
<style>
span { border-color: #7FAB7D; }
span { border-color: rgb(127,171,125); }
td.TdClassName
{
border-color: #7FAB7D;
}
.TagClassName
{
border-color: #7FAB7D;
}
</style>