Shades of Amulet #74A268
Tints of Amulet #74A268
RGB
CMYK
RGB Variations
Color information
#74A268 (or 0x74A268) is known color: Amulet. HEX triplet: 74, A2 and 68. RGB value is (116,162,104). Sum of RGB (Red+Green+Blue) = 116+162+104=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #74A268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A268 is #8B5D97. Grayscale: #8D8D8D. Windows color (decimal): -9133464 or 6857332. OLE color: 6857332.
HSL color Cylindrical-coordinate representation of color #74A268: hue angle of 107.59º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74A268 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 104 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.36 |
| HSL | 107.59º | 0.24% | 0.52% | - |
| HSV(B) | 107.59º | 0.36% | 0.64% | - |
| XYZ | 22.62 | 30.55 | 17.8 | - |
| YUV | 141.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 104 | 0.28 | 0 | 0.36 | 0.36 | 107.59 | 0.24 | 0.52 |
| Hex | 74 | A2 | 68 | 1C | 0 | 24 | 24 | 6C | 18 | 34 |
| Octal | 164 | 242 | 150 | 34 | 0 | 44 | 44 | 154 | 30 | 64 |
| Binary | 1110100 | 10100010 | 1101000 | 11100 | 0 | 100100 | 100100 | 1101100 | 11000 | 110100 |
Color Harmonies of #74A268
Complementary color
Monochromatic Colors of #74A268
Black with #74A268
Text Example
Text Example
White with #74A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A268; }
p { color: rgb(116,162,104); }
H1.HeaderClassName
{
color: #74A268;
}
.AnyTagClassName
{
color: #74A268;
}
</style>
background-color css
<style>
a { background-color: #74A268; }
a { background-color: rgb(116,162,104); }
div.DivClassName
{
background-color: #74A268;
}
.BgClassName
{
background-color: #74A268;
}
</style>
border-color css
<style>
span { border-color: #74A268; }
span { border-color: rgb(116,162,104); }
td.TdClassName
{
border-color: #74A268;
}
.TagClassName
{
border-color: #74A268;
}
</style>