Shades of Amulet #7DAF74
Tints of Amulet #7DAF74
RGB
CMYK
RGB Variations
Color information
#7DAF74 (or 0x7DAF74) is known color: Amulet. HEX triplet: 7D, AF and 74. RGB value is (125,175,116). Sum of RGB (Red+Green+Blue) = 125+175+116=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF74 is #82508B. Grayscale: #999999. Windows color (decimal): -8540300 or 7647101. OLE color: 7647101.
HSL color Cylindrical-coordinate representation of color #7DAF74: hue angle of 110.85º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DAF74 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 116 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.31 |
| HSL | 110.85º | 0.27% | 0.57% | - |
| HSV(B) | 110.85º | 0.34% | 0.69% | - |
| XYZ | 26.94 | 36.28 | 22.11 | - |
| YUV | 153.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 116 | 0.29 | 0 | 0.34 | 0.31 | 110.85 | 0.27 | 0.57 |
| Hex | 7D | AF | 74 | 1D | 0 | 22 | 1F | 6F | 1B | 39 |
| Octal | 175 | 257 | 164 | 35 | 0 | 42 | 37 | 157 | 33 | 71 |
| Binary | 1111101 | 10101111 | 1110100 | 11101 | 0 | 100010 | 11111 | 1101111 | 11011 | 111001 |
Color Harmonies of #7DAF74
Complementary color
Monochromatic Colors of #7DAF74
Black with #7DAF74
Text Example
Text Example
White with #7DAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF74; }
p { color: rgb(125,175,116); }
H1.HeaderClassName
{
color: #7DAF74;
}
.AnyTagClassName
{
color: #7DAF74;
}
</style>
background-color css
<style>
a { background-color: #7DAF74; }
a { background-color: rgb(125,175,116); }
div.DivClassName
{
background-color: #7DAF74;
}
.BgClassName
{
background-color: #7DAF74;
}
</style>
border-color css
<style>
span { border-color: #7DAF74; }
span { border-color: rgb(125,175,116); }
td.TdClassName
{
border-color: #7DAF74;
}
.TagClassName
{
border-color: #7DAF74;
}
</style>