Shades of Amulet #74A766
Tints of Amulet #74A766
RGB
CMYK
RGB Variations
Color information
#74A766 (or 0x74A766) is known color: Amulet. HEX triplet: 74, A7 and 66. RGB value is (116,167,102). Sum of RGB (Red+Green+Blue) = 116+167+102=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #74A766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A766 is #8B5899. Grayscale: #909090. Windows color (decimal): -9132186 or 6727540. OLE color: 6727540.
HSL color Cylindrical-coordinate representation of color #74A766: hue angle of 107.08º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74A766 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 167 | 102 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.35 |
| HSL | 107.08º | 0.27% | 0.53% | - |
| HSV(B) | 107.08º | 0.39% | 0.65% | - |
| XYZ | 23.42 | 32.31 | 17.57 | - |
| YUV | 144.34 | 104.1 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 102 | 0.31 | 0 | 0.39 | 0.35 | 107.08 | 0.27 | 0.53 |
| Hex | 74 | A7 | 66 | 1F | 0 | 27 | 23 | 6B | 1B | 35 |
| Octal | 164 | 247 | 146 | 37 | 0 | 47 | 43 | 153 | 33 | 65 |
| Binary | 1110100 | 10100111 | 1100110 | 11111 | 0 | 100111 | 100011 | 1101011 | 11011 | 110101 |
Color Harmonies of #74A766
Complementary color
Monochromatic Colors of #74A766
Black with #74A766
Text Example
Text Example
White with #74A766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A766; }
p { color: rgb(116,167,102); }
H1.HeaderClassName
{
color: #74A766;
}
.AnyTagClassName
{
color: #74A766;
}
</style>
background-color css
<style>
a { background-color: #74A766; }
a { background-color: rgb(116,167,102); }
div.DivClassName
{
background-color: #74A766;
}
.BgClassName
{
background-color: #74A766;
}
</style>
border-color css
<style>
span { border-color: #74A766; }
span { border-color: rgb(116,167,102); }
td.TdClassName
{
border-color: #74A766;
}
.TagClassName
{
border-color: #74A766;
}
</style>