Shades of Amulet #74A667
Tints of Amulet #74A667
RGB
CMYK
RGB Variations
Color information
#74A667 (or 0x74A667) is known color: Amulet. HEX triplet: 74, A6 and 67. RGB value is (116,166,103). Sum of RGB (Red+Green+Blue) = 116+166+103=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #74A667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A667 is #8B5998. Grayscale: #909090. Windows color (decimal): -9132441 or 6792820. OLE color: 6792820.
HSL color Cylindrical-coordinate representation of color #74A667: hue angle of 107.62º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74A667 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 103 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.35 |
| HSL | 107.62º | 0.26% | 0.53% | - |
| HSV(B) | 107.62º | 0.38% | 0.65% | - |
| XYZ | 23.29 | 31.96 | 17.77 | - |
| YUV | 143.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 103 | 0.30 | 0 | 0.38 | 0.35 | 107.62 | 0.26 | 0.53 |
| Hex | 74 | A6 | 67 | 1E | 0 | 26 | 23 | 6C | 1A | 35 |
| Octal | 164 | 246 | 147 | 36 | 0 | 46 | 43 | 154 | 32 | 65 |
| Binary | 1110100 | 10100110 | 1100111 | 11110 | 0 | 100110 | 100011 | 1101100 | 11010 | 110101 |
Color Harmonies of #74A667
Complementary color
Monochromatic Colors of #74A667
Black with #74A667
Text Example
Text Example
White with #74A667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A667; }
p { color: rgb(116,166,103); }
H1.HeaderClassName
{
color: #74A667;
}
.AnyTagClassName
{
color: #74A667;
}
</style>
background-color css
<style>
a { background-color: #74A667; }
a { background-color: rgb(116,166,103); }
div.DivClassName
{
background-color: #74A667;
}
.BgClassName
{
background-color: #74A667;
}
</style>
border-color css
<style>
span { border-color: #74A667; }
span { border-color: rgb(116,166,103); }
td.TdClassName
{
border-color: #74A667;
}
.TagClassName
{
border-color: #74A667;
}
</style>