Shades of Amulet #74A26B
Tints of Amulet #74A26B
RGB
CMYK
RGB Variations
Color information
#74A26B (or 0x74A26B) is known color: Amulet. HEX triplet: 74, A2 and 6B. RGB value is (116,162,107). Sum of RGB (Red+Green+Blue) = 116+162+107=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #74A26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A26B is #8B5D94. Grayscale: #8E8E8E. Windows color (decimal): -9133461 or 7053940. OLE color: 7053940.
HSL color Cylindrical-coordinate representation of color #74A26B: hue angle of 110.18º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74A26B is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 107 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.36 |
| HSL | 110.18º | 0.23% | 0.53% | - |
| HSV(B) | 110.18º | 0.34% | 0.64% | - |
| XYZ | 22.78 | 30.62 | 18.62 | - |
| YUV | 141.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 107 | 0.28 | 0 | 0.34 | 0.36 | 110.18 | 0.23 | 0.53 |
| Hex | 74 | A2 | 6B | 1C | 0 | 22 | 24 | 6E | 17 | 35 |
| Octal | 164 | 242 | 153 | 34 | 0 | 42 | 44 | 156 | 27 | 65 |
| Binary | 1110100 | 10100010 | 1101011 | 11100 | 0 | 100010 | 100100 | 1101110 | 10111 | 110101 |
Color Harmonies of #74A26B
Complementary color
Monochromatic Colors of #74A26B
Black with #74A26B
Text Example
Text Example
White with #74A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A26B; }
p { color: rgb(116,162,107); }
H1.HeaderClassName
{
color: #74A26B;
}
.AnyTagClassName
{
color: #74A26B;
}
</style>
background-color css
<style>
a { background-color: #74A26B; }
a { background-color: rgb(116,162,107); }
div.DivClassName
{
background-color: #74A26B;
}
.BgClassName
{
background-color: #74A26B;
}
</style>
border-color css
<style>
span { border-color: #74A26B; }
span { border-color: rgb(116,162,107); }
td.TdClassName
{
border-color: #74A26B;
}
.TagClassName
{
border-color: #74A26B;
}
</style>