Shades of Amulet #7DAB68
Tints of Amulet #7DAB68
RGB
CMYK
RGB Variations
Color information
#7DAB68 (or 0x7DAB68) is known color: Amulet. HEX triplet: 7D, AB and 68. RGB value is (125,171,104). Sum of RGB (Red+Green+Blue) = 125+171+104=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB68 is #825497. Grayscale: #959595. Windows color (decimal): -8541336 or 6859645. OLE color: 6859645.
HSL color Cylindrical-coordinate representation of color #7DAB68: hue angle of 101.19º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DAB68 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 104 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.33 |
| HSL | 101.19º | 0.29% | 0.54% | - |
| HSV(B) | 101.19º | 0.39% | 0.67% | - |
| XYZ | 25.52 | 34.49 | 18.41 | - |
| YUV | 149.61 | 102.26 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 104 | 0.27 | 0 | 0.39 | 0.33 | 101.19 | 0.29 | 0.54 |
| Hex | 7D | AB | 68 | 1B | 0 | 27 | 21 | 65 | 1D | 36 |
| Octal | 175 | 253 | 150 | 33 | 0 | 47 | 41 | 145 | 35 | 66 |
| Binary | 1111101 | 10101011 | 1101000 | 11011 | 0 | 100111 | 100001 | 1100101 | 11101 | 110110 |
Color Harmonies of #7DAB68
Complementary color
Monochromatic Colors of #7DAB68
Black with #7DAB68
Text Example
Text Example
White with #7DAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB68; }
p { color: rgb(125,171,104); }
H1.HeaderClassName
{
color: #7DAB68;
}
.AnyTagClassName
{
color: #7DAB68;
}
</style>
background-color css
<style>
a { background-color: #7DAB68; }
a { background-color: rgb(125,171,104); }
div.DivClassName
{
background-color: #7DAB68;
}
.BgClassName
{
background-color: #7DAB68;
}
</style>
border-color css
<style>
span { border-color: #7DAB68; }
span { border-color: rgb(125,171,104); }
td.TdClassName
{
border-color: #7DAB68;
}
.TagClassName
{
border-color: #7DAB68;
}
</style>