Shades of Amulet #7CAA6D
Tints of Amulet #7CAA6D
RGB
CMYK
RGB Variations
Color information
#7CAA6D (or 0x7CAA6D) is known color: Amulet. HEX triplet: 7C, AA and 6D. RGB value is (124,170,109). Sum of RGB (Red+Green+Blue) = 124+170+109=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA6D is #835592. Grayscale: #959595. Windows color (decimal): -8607123 or 7187068. OLE color: 7187068.
HSL color Cylindrical-coordinate representation of color #7CAA6D: hue angle of 105.25º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CAA6D is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 109 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.33 |
| HSL | 105.25º | 0.26% | 0.55% | - |
| HSV(B) | 105.25º | 0.36% | 0.67% | - |
| XYZ | 25.45 | 34.14 | 19.72 | - |
| YUV | 149.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 109 | 0.27 | 0 | 0.36 | 0.33 | 105.25 | 0.26 | 0.55 |
| Hex | 7C | AA | 6D | 1B | 0 | 24 | 21 | 69 | 1A | 37 |
| Octal | 174 | 252 | 155 | 33 | 0 | 44 | 41 | 151 | 32 | 67 |
| Binary | 1111100 | 10101010 | 1101101 | 11011 | 0 | 100100 | 100001 | 1101001 | 11010 | 110111 |
Color Harmonies of #7CAA6D
Complementary color
Monochromatic Colors of #7CAA6D
Black with #7CAA6D
Text Example
Text Example
White with #7CAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAA6D; }
p { color: rgb(124,170,109); }
H1.HeaderClassName
{
color: #7CAA6D;
}
.AnyTagClassName
{
color: #7CAA6D;
}
</style>
background-color css
<style>
a { background-color: #7CAA6D; }
a { background-color: rgb(124,170,109); }
div.DivClassName
{
background-color: #7CAA6D;
}
.BgClassName
{
background-color: #7CAA6D;
}
</style>
border-color css
<style>
span { border-color: #7CAA6D; }
span { border-color: rgb(124,170,109); }
td.TdClassName
{
border-color: #7CAA6D;
}
.TagClassName
{
border-color: #7CAA6D;
}
</style>