Shades of Amulet #74A273
Tints of Amulet #74A273
RGB
CMYK
RGB Variations
Color information
#74A273 (or 0x74A273) is known color: Amulet. HEX triplet: 74, A2 and 73. RGB value is (116,162,115). Sum of RGB (Red+Green+Blue) = 116+162+115=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #74A273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A273 is #8B5D8C. Grayscale: #8F8F8F. Windows color (decimal): -9133453 or 7578228. OLE color: 7578228.
HSL color Cylindrical-coordinate representation of color #74A273: hue angle of 118.72º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74A273 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 115 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.36 |
| HSL | 118.72º | 0.2% | 0.54% | - |
| HSV(B) | 118.72º | 0.29% | 0.64% | - |
| XYZ | 23.22 | 30.79 | 20.94 | - |
| YUV | 142.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 115 | 0.28 | 0 | 0.29 | 0.36 | 118.72 | 0.2 | 0.54 |
| Hex | 74 | A2 | 73 | 1C | 0 | 1D | 24 | 77 | 14 | 36 |
| Octal | 164 | 242 | 163 | 34 | 0 | 35 | 44 | 167 | 24 | 66 |
| Binary | 1110100 | 10100010 | 1110011 | 11100 | 0 | 11101 | 100100 | 1110111 | 10100 | 110110 |
Color Harmonies of #74A273
Complementary color
Monochromatic Colors of #74A273
Black with #74A273
Text Example
Text Example
White with #74A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A273; }
p { color: rgb(116,162,115); }
H1.HeaderClassName
{
color: #74A273;
}
.AnyTagClassName
{
color: #74A273;
}
</style>
background-color css
<style>
a { background-color: #74A273; }
a { background-color: rgb(116,162,115); }
div.DivClassName
{
background-color: #74A273;
}
.BgClassName
{
background-color: #74A273;
}
</style>
border-color css
<style>
span { border-color: #74A273; }
span { border-color: rgb(116,162,115); }
td.TdClassName
{
border-color: #74A273;
}
.TagClassName
{
border-color: #74A273;
}
</style>