Shades of Amulet #74A26F
Tints of Amulet #74A26F
RGB
CMYK
RGB Variations
Color information
#74A26F (or 0x74A26F) is known color: Amulet. HEX triplet: 74, A2 and 6F. RGB value is (116,162,111). Sum of RGB (Red+Green+Blue) = 116+162+111=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #74A26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A26F is #8B5D90. Grayscale: #8E8E8E. Windows color (decimal): -9133457 or 7316084. OLE color: 7316084.
HSL color Cylindrical-coordinate representation of color #74A26F: hue angle of 114.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A26F is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 111 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.36 |
| HSL | 114.12º | 0.22% | 0.54% | - |
| HSV(B) | 114.12º | 0.31% | 0.64% | - |
| XYZ | 22.99 | 30.7 | 19.75 | - |
| YUV | 142.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 111 | 0.28 | 0 | 0.31 | 0.36 | 114.12 | 0.22 | 0.54 |
| Hex | 74 | A2 | 6F | 1C | 0 | 1F | 24 | 72 | 16 | 36 |
| Octal | 164 | 242 | 157 | 34 | 0 | 37 | 44 | 162 | 26 | 66 |
| Binary | 1110100 | 10100010 | 1101111 | 11100 | 0 | 11111 | 100100 | 1110010 | 10110 | 110110 |
Color Harmonies of #74A26F
Complementary color
Monochromatic Colors of #74A26F
Black with #74A26F
Text Example
Text Example
White with #74A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A26F; }
p { color: rgb(116,162,111); }
H1.HeaderClassName
{
color: #74A26F;
}
.AnyTagClassName
{
color: #74A26F;
}
</style>
background-color css
<style>
a { background-color: #74A26F; }
a { background-color: rgb(116,162,111); }
div.DivClassName
{
background-color: #74A26F;
}
.BgClassName
{
background-color: #74A26F;
}
</style>
border-color css
<style>
span { border-color: #74A26F; }
span { border-color: rgb(116,162,111); }
td.TdClassName
{
border-color: #74A26F;
}
.TagClassName
{
border-color: #74A26F;
}
</style>