Shades of Amulet #7CAC69
Tints of Amulet #7CAC69
RGB
CMYK
RGB Variations
Color information
#7CAC69 (or 0x7CAC69) is known color: Amulet. HEX triplet: 7C, AC and 69. RGB value is (124,172,105). Sum of RGB (Red+Green+Blue) = 124+172+105=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC69 is #835396. Grayscale: #969696. Windows color (decimal): -8606615 or 6925436. OLE color: 6925436.
HSL color Cylindrical-coordinate representation of color #7CAC69: hue angle of 102.99º 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 #7CAC69 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 105 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.33 |
| HSL | 102.99º | 0.29% | 0.54% | - |
| HSV(B) | 102.99º | 0.39% | 0.67% | - |
| XYZ | 25.61 | 34.81 | 18.73 | - |
| YUV | 150.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 105 | 0.28 | 0 | 0.39 | 0.33 | 102.99 | 0.29 | 0.54 |
| Hex | 7C | AC | 69 | 1C | 0 | 27 | 21 | 67 | 1D | 36 |
| Octal | 174 | 254 | 151 | 34 | 0 | 47 | 41 | 147 | 35 | 66 |
| Binary | 1111100 | 10101100 | 1101001 | 11100 | 0 | 100111 | 100001 | 1100111 | 11101 | 110110 |
Color Harmonies of #7CAC69
Complementary color
Monochromatic Colors of #7CAC69
Black with #7CAC69
Text Example
Text Example
White with #7CAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC69; }
p { color: rgb(124,172,105); }
H1.HeaderClassName
{
color: #7CAC69;
}
.AnyTagClassName
{
color: #7CAC69;
}
</style>
background-color css
<style>
a { background-color: #7CAC69; }
a { background-color: rgb(124,172,105); }
div.DivClassName
{
background-color: #7CAC69;
}
.BgClassName
{
background-color: #7CAC69;
}
</style>
border-color css
<style>
span { border-color: #7CAC69; }
span { border-color: rgb(124,172,105); }
td.TdClassName
{
border-color: #7CAC69;
}
.TagClassName
{
border-color: #7CAC69;
}
</style>