Shades of Amulet #7DAB67
Tints of Amulet #7DAB67
RGB
CMYK
RGB Variations
Color information
#7DAB67 (or 0x7DAB67) is known color: Amulet. HEX triplet: 7D, AB and 67. RGB value is (125,171,103). Sum of RGB (Red+Green+Blue) = 125+171+103=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB67 is #825498. Grayscale: #959595. Windows color (decimal): -8541337 or 6794109. OLE color: 6794109.
HSL color Cylindrical-coordinate representation of color #7DAB67: hue angle of 100.59º 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 #7DAB67 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 103 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.33 |
| HSL | 100.59º | 0.29% | 0.54% | - |
| HSV(B) | 100.59º | 0.4% | 0.67% | - |
| XYZ | 25.47 | 34.47 | 18.14 | - |
| YUV | 149.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 103 | 0.27 | 0 | 0.40 | 0.33 | 100.59 | 0.29 | 0.54 |
| Hex | 7D | AB | 67 | 1B | 0 | 28 | 21 | 65 | 1D | 36 |
| Octal | 175 | 253 | 147 | 33 | 0 | 50 | 41 | 145 | 35 | 66 |
| Binary | 1111101 | 10101011 | 1100111 | 11011 | 0 | 101000 | 100001 | 1100101 | 11101 | 110110 |
Color Harmonies of #7DAB67
Complementary color
Monochromatic Colors of #7DAB67
Black with #7DAB67
Text Example
Text Example
White with #7DAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB67; }
p { color: rgb(125,171,103); }
H1.HeaderClassName
{
color: #7DAB67;
}
.AnyTagClassName
{
color: #7DAB67;
}
</style>
background-color css
<style>
a { background-color: #7DAB67; }
a { background-color: rgb(125,171,103); }
div.DivClassName
{
background-color: #7DAB67;
}
.BgClassName
{
background-color: #7DAB67;
}
</style>
border-color css
<style>
span { border-color: #7DAB67; }
span { border-color: rgb(125,171,103); }
td.TdClassName
{
border-color: #7DAB67;
}
.TagClassName
{
border-color: #7DAB67;
}
</style>