Shades of Amulet #7CAA6A
Tints of Amulet #7CAA6A
RGB
CMYK
RGB Variations
Color information
#7CAA6A (or 0x7CAA6A) is known color: Amulet. HEX triplet: 7C, AA and 6A. RGB value is (124,170,106). Sum of RGB (Red+Green+Blue) = 124+170+106=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA6A is #835595. Grayscale: #959595. Windows color (decimal): -8607126 or 6990460. OLE color: 6990460.
HSL color Cylindrical-coordinate representation of color #7CAA6A: hue angle of 103.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CAA6A is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 106 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.33 |
| HSL | 103.13º | 0.27% | 0.54% | - |
| HSV(B) | 103.13º | 0.38% | 0.67% | - |
| XYZ | 25.29 | 34.08 | 18.88 | - |
| YUV | 148.95 | 103.76 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 106 | 0.27 | 0 | 0.38 | 0.33 | 103.13 | 0.27 | 0.54 |
| Hex | 7C | AA | 6A | 1B | 0 | 26 | 21 | 67 | 1B | 36 |
| Octal | 174 | 252 | 152 | 33 | 0 | 46 | 41 | 147 | 33 | 66 |
| Binary | 1111100 | 10101010 | 1101010 | 11011 | 0 | 100110 | 100001 | 1100111 | 11011 | 110110 |
Color Harmonies of #7CAA6A
Complementary color
Monochromatic Colors of #7CAA6A
Black with #7CAA6A
Text Example
Text Example
White with #7CAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAA6A; }
p { color: rgb(124,170,106); }
H1.HeaderClassName
{
color: #7CAA6A;
}
.AnyTagClassName
{
color: #7CAA6A;
}
</style>
background-color css
<style>
a { background-color: #7CAA6A; }
a { background-color: rgb(124,170,106); }
div.DivClassName
{
background-color: #7CAA6A;
}
.BgClassName
{
background-color: #7CAA6A;
}
</style>
border-color css
<style>
span { border-color: #7CAA6A; }
span { border-color: rgb(124,170,106); }
td.TdClassName
{
border-color: #7CAA6A;
}
.TagClassName
{
border-color: #7CAA6A;
}
</style>