Shades of Amulet #7DAC67
Tints of Amulet #7DAC67
RGB
CMYK
RGB Variations
Color information
#7DAC67 (or 0x7DAC67) is known color: Amulet. HEX triplet: 7D, AC and 67. RGB value is (125,172,103). Sum of RGB (Red+Green+Blue) = 125+172+103=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC67 is #825398. Grayscale: #969696. Windows color (decimal): -8541081 or 6794365. OLE color: 6794365.
HSL color Cylindrical-coordinate representation of color #7DAC67: hue angle of 100.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DAC67 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 103 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.33 |
| HSL | 100.87º | 0.29% | 0.54% | - |
| HSV(B) | 100.87º | 0.4% | 0.67% | - |
| XYZ | 25.66 | 34.84 | 18.21 | - |
| YUV | 150.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 103 | 0.27 | 0 | 0.40 | 0.33 | 100.87 | 0.29 | 0.54 |
| Hex | 7D | AC | 67 | 1B | 0 | 28 | 21 | 65 | 1D | 36 |
| Octal | 175 | 254 | 147 | 33 | 0 | 50 | 41 | 145 | 35 | 66 |
| Binary | 1111101 | 10101100 | 1100111 | 11011 | 0 | 101000 | 100001 | 1100101 | 11101 | 110110 |
Color Harmonies of #7DAC67
Complementary color
Monochromatic Colors of #7DAC67
Black with #7DAC67
Text Example
Text Example
White with #7DAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC67; }
p { color: rgb(125,172,103); }
H1.HeaderClassName
{
color: #7DAC67;
}
.AnyTagClassName
{
color: #7DAC67;
}
</style>
background-color css
<style>
a { background-color: #7DAC67; }
a { background-color: rgb(125,172,103); }
div.DivClassName
{
background-color: #7DAC67;
}
.BgClassName
{
background-color: #7DAC67;
}
</style>
border-color css
<style>
span { border-color: #7DAC67; }
span { border-color: rgb(125,172,103); }
td.TdClassName
{
border-color: #7DAC67;
}
.TagClassName
{
border-color: #7DAC67;
}
</style>