Shades of Amulet #74A973
Tints of Amulet #74A973
RGB
CMYK
RGB Variations
Color information
#74A973 (or 0x74A973) is known color: Amulet. HEX triplet: 74, A9 and 73. RGB value is (116,169,115). Sum of RGB (Red+Green+Blue) = 116+169+115=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #74A973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A973 is #8B568C. Grayscale: #939393. Windows color (decimal): -9131661 or 7580020. OLE color: 7580020.
HSL color Cylindrical-coordinate representation of color #74A973: hue angle of 118.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74A973 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 169 | 115 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.34 |
| HSL | 118.89º | 0.24% | 0.56% | - |
| HSV(B) | 118.89º | 0.32% | 0.66% | - |
| XYZ | 24.48 | 33.33 | 21.36 | - |
| YUV | 147 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 169 | 115 | 0.31 | 0 | 0.32 | 0.34 | 118.89 | 0.24 | 0.56 |
| Hex | 74 | A9 | 73 | 1F | 0 | 20 | 22 | 77 | 18 | 38 |
| Octal | 164 | 251 | 163 | 37 | 0 | 40 | 42 | 167 | 30 | 70 |
| Binary | 1110100 | 10101001 | 1110011 | 11111 | 0 | 100000 | 100010 | 1110111 | 11000 | 111000 |
Color Harmonies of #74A973
Complementary color
Monochromatic Colors of #74A973
Black with #74A973
Text Example
Text Example
White with #74A973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A973; }
p { color: rgb(116,169,115); }
H1.HeaderClassName
{
color: #74A973;
}
.AnyTagClassName
{
color: #74A973;
}
</style>
background-color css
<style>
a { background-color: #74A973; }
a { background-color: rgb(116,169,115); }
div.DivClassName
{
background-color: #74A973;
}
.BgClassName
{
background-color: #74A973;
}
</style>
border-color css
<style>
span { border-color: #74A973; }
span { border-color: rgb(116,169,115); }
td.TdClassName
{
border-color: #74A973;
}
.TagClassName
{
border-color: #74A973;
}
</style>