Shades of Amulet #74A26A
Tints of Amulet #74A26A
RGB
CMYK
RGB Variations
Color information
#74A26A (or 0x74A26A) is known color: Amulet. HEX triplet: 74, A2 and 6A. RGB value is (116,162,106). Sum of RGB (Red+Green+Blue) = 116+162+106=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #74A26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A26A is #8B5D95. Grayscale: #8E8E8E. Windows color (decimal): -9133462 or 6988404. OLE color: 6988404.
HSL color Cylindrical-coordinate representation of color #74A26A: hue angle of 109.29º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74A26A is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 106 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.36 |
| HSL | 109.29º | 0.23% | 0.53% | - |
| HSV(B) | 109.29º | 0.35% | 0.64% | - |
| XYZ | 22.72 | 30.59 | 18.34 | - |
| YUV | 141.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 106 | 0.28 | 0 | 0.35 | 0.36 | 109.29 | 0.23 | 0.53 |
| Hex | 74 | A2 | 6A | 1C | 0 | 23 | 24 | 6D | 17 | 35 |
| Octal | 164 | 242 | 152 | 34 | 0 | 43 | 44 | 155 | 27 | 65 |
| Binary | 1110100 | 10100010 | 1101010 | 11100 | 0 | 100011 | 100100 | 1101101 | 10111 | 110101 |
Color Harmonies of #74A26A
Complementary color
Monochromatic Colors of #74A26A
Black with #74A26A
Text Example
Text Example
White with #74A26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A26A; }
p { color: rgb(116,162,106); }
H1.HeaderClassName
{
color: #74A26A;
}
.AnyTagClassName
{
color: #74A26A;
}
</style>
background-color css
<style>
a { background-color: #74A26A; }
a { background-color: rgb(116,162,106); }
div.DivClassName
{
background-color: #74A26A;
}
.BgClassName
{
background-color: #74A26A;
}
</style>
border-color css
<style>
span { border-color: #74A26A; }
span { border-color: rgb(116,162,106); }
td.TdClassName
{
border-color: #74A26A;
}
.TagClassName
{
border-color: #74A26A;
}
</style>