Shades of Amulet #7DAB75
Tints of Amulet #7DAB75
RGB
CMYK
RGB Variations
Color information
#7DAB75 (or 0x7DAB75) is known color: Amulet. HEX triplet: 7D, AB and 75. RGB value is (125,171,117). Sum of RGB (Red+Green+Blue) = 125+171+117=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB75 is #82548A. Grayscale: #979797. Windows color (decimal): -8541323 or 7711613. OLE color: 7711613.
HSL color Cylindrical-coordinate representation of color #7DAB75: hue angle of 111.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DAB75 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 117 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.33 |
| HSL | 111.11º | 0.24% | 0.56% | - |
| HSV(B) | 111.11º | 0.32% | 0.67% | - |
| XYZ | 26.23 | 34.77 | 22.16 | - |
| YUV | 151.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 117 | 0.27 | 0 | 0.32 | 0.33 | 111.11 | 0.24 | 0.56 |
| Hex | 7D | AB | 75 | 1B | 0 | 20 | 21 | 6F | 18 | 38 |
| Octal | 175 | 253 | 165 | 33 | 0 | 40 | 41 | 157 | 30 | 70 |
| Binary | 1111101 | 10101011 | 1110101 | 11011 | 0 | 100000 | 100001 | 1101111 | 11000 | 111000 |
Color Harmonies of #7DAB75
Complementary color
Monochromatic Colors of #7DAB75
Black with #7DAB75
Text Example
Text Example
White with #7DAB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB75; }
p { color: rgb(125,171,117); }
H1.HeaderClassName
{
color: #7DAB75;
}
.AnyTagClassName
{
color: #7DAB75;
}
</style>
background-color css
<style>
a { background-color: #7DAB75; }
a { background-color: rgb(125,171,117); }
div.DivClassName
{
background-color: #7DAB75;
}
.BgClassName
{
background-color: #7DAB75;
}
</style>
border-color css
<style>
span { border-color: #7DAB75; }
span { border-color: rgb(125,171,117); }
td.TdClassName
{
border-color: #7DAB75;
}
.TagClassName
{
border-color: #7DAB75;
}
</style>