Shades of Amulet #74AC66
Tints of Amulet #74AC66
RGB
CMYK
RGB Variations
Color information
#74AC66 (or 0x74AC66) is known color: Amulet. HEX triplet: 74, AC and 66. RGB value is (116,172,102). Sum of RGB (Red+Green+Blue) = 116+172+102=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC66 is #8B5399. Grayscale: #939393. Windows color (decimal): -9130906 or 6728820. OLE color: 6728820.
HSL color Cylindrical-coordinate representation of color #74AC66: hue angle of 108º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74AC66 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 102 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.33 |
| HSL | 108º | 0.3% | 0.54% | - |
| HSV(B) | 108º | 0.41% | 0.67% | - |
| XYZ | 24.35 | 34.18 | 17.88 | - |
| YUV | 147.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 102 | 0.33 | 0 | 0.41 | 0.33 | 108 | 0.3 | 0.54 |
| Hex | 74 | AC | 66 | 21 | 0 | 29 | 21 | 6C | 1E | 36 |
| Octal | 164 | 254 | 146 | 41 | 0 | 51 | 41 | 154 | 36 | 66 |
| Binary | 1110100 | 10101100 | 1100110 | 100001 | 0 | 101001 | 100001 | 1101100 | 11110 | 110110 |
Color Harmonies of #74AC66
Complementary color
Monochromatic Colors of #74AC66
Black with #74AC66
Text Example
Text Example
White with #74AC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC66; }
p { color: rgb(116,172,102); }
H1.HeaderClassName
{
color: #74AC66;
}
.AnyTagClassName
{
color: #74AC66;
}
</style>
background-color css
<style>
a { background-color: #74AC66; }
a { background-color: rgb(116,172,102); }
div.DivClassName
{
background-color: #74AC66;
}
.BgClassName
{
background-color: #74AC66;
}
</style>
border-color css
<style>
span { border-color: #74AC66; }
span { border-color: rgb(116,172,102); }
td.TdClassName
{
border-color: #74AC66;
}
.TagClassName
{
border-color: #74AC66;
}
</style>