Shades of Amulet #7FAA72
Tints of Amulet #7FAA72
RGB
CMYK
RGB Variations
Color information
#7FAA72 (or 0x7FAA72) is known color: Amulet. HEX triplet: 7F, AA and 72. RGB value is (127,170,114). Sum of RGB (Red+Green+Blue) = 127+170+114=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA72 is #80558D. Grayscale: #969696. Windows color (decimal): -8410510 or 7514751. OLE color: 7514751.
HSL color Cylindrical-coordinate representation of color #7FAA72: hue angle of 106.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FAA72 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 114 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.33 |
| HSL | 106.07º | 0.25% | 0.56% | - |
| HSV(B) | 106.07º | 0.33% | 0.67% | - |
| XYZ | 26.16 | 34.48 | 21.2 | - |
| YUV | 150.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 114 | 0.25 | 0 | 0.33 | 0.33 | 106.07 | 0.25 | 0.56 |
| Hex | 7F | AA | 72 | 19 | 0 | 21 | 21 | 6A | 19 | 38 |
| Octal | 177 | 252 | 162 | 31 | 0 | 41 | 41 | 152 | 31 | 70 |
| Binary | 1111111 | 10101010 | 1110010 | 11001 | 0 | 100001 | 100001 | 1101010 | 11001 | 111000 |
Color Harmonies of #7FAA72
Complementary color
Monochromatic Colors of #7FAA72
Black with #7FAA72
Text Example
Text Example
White with #7FAA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA72; }
p { color: rgb(127,170,114); }
H1.HeaderClassName
{
color: #7FAA72;
}
.AnyTagClassName
{
color: #7FAA72;
}
</style>
background-color css
<style>
a { background-color: #7FAA72; }
a { background-color: rgb(127,170,114); }
div.DivClassName
{
background-color: #7FAA72;
}
.BgClassName
{
background-color: #7FAA72;
}
</style>
border-color css
<style>
span { border-color: #7FAA72; }
span { border-color: rgb(127,170,114); }
td.TdClassName
{
border-color: #7FAA72;
}
.TagClassName
{
border-color: #7FAA72;
}
</style>