Shades of Amulet #7FAC69
Tints of Amulet #7FAC69
RGB
CMYK
RGB Variations
Color information
#7FAC69 (or 0x7FAC69) is known color: Amulet. HEX triplet: 7F, AC and 69. RGB value is (127,172,105). Sum of RGB (Red+Green+Blue) = 127+172+105=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC69 is #805396. Grayscale: #979797. Windows color (decimal): -8410007 or 6925439. OLE color: 6925439.
HSL color Cylindrical-coordinate representation of color #7FAC69: hue angle of 100.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FAC69 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 105 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.33 |
| HSL | 100.3º | 0.29% | 0.54% | - |
| HSV(B) | 100.3º | 0.39% | 0.67% | - |
| XYZ | 26.05 | 35.04 | 18.75 | - |
| YUV | 150.91 | 102.09 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 105 | 0.26 | 0 | 0.39 | 0.33 | 100.3 | 0.29 | 0.54 |
| Hex | 7F | AC | 69 | 1A | 0 | 27 | 21 | 64 | 1D | 36 |
| Octal | 177 | 254 | 151 | 32 | 0 | 47 | 41 | 144 | 35 | 66 |
| Binary | 1111111 | 10101100 | 1101001 | 11010 | 0 | 100111 | 100001 | 1100100 | 11101 | 110110 |
Color Harmonies of #7FAC69
Complementary color
Monochromatic Colors of #7FAC69
Black with #7FAC69
Text Example
Text Example
White with #7FAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC69; }
p { color: rgb(127,172,105); }
H1.HeaderClassName
{
color: #7FAC69;
}
.AnyTagClassName
{
color: #7FAC69;
}
</style>
background-color css
<style>
a { background-color: #7FAC69; }
a { background-color: rgb(127,172,105); }
div.DivClassName
{
background-color: #7FAC69;
}
.BgClassName
{
background-color: #7FAC69;
}
</style>
border-color css
<style>
span { border-color: #7FAC69; }
span { border-color: rgb(127,172,105); }
td.TdClassName
{
border-color: #7FAC69;
}
.TagClassName
{
border-color: #7FAC69;
}
</style>