Shades of Amulet #74956D
Tints of Amulet #74956D
RGB
CMYK
RGB Variations
Color information
#74956D (or 0x74956D) is known color: Amulet. HEX triplet: 74, 95 and 6D. RGB value is (116,149,109). Sum of RGB (Red+Green+Blue) = 116+149+109=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #74956D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74956D is #8B6A92. Grayscale: #868686. Windows color (decimal): -9136787 or 7181684. OLE color: 7181684.
HSL color Cylindrical-coordinate representation of color #74956D: hue angle of 109.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74956D is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 109 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.42 |
| HSL | 109.5º | 0.16% | 0.51% | - |
| HSV(B) | 109.5º | 0.27% | 0.58% | - |
| XYZ | 20.71 | 26.31 | 18.46 | - |
| YUV | 134.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 109 | 0.22 | 0 | 0.27 | 0.42 | 109.5 | 0.16 | 0.51 |
| Hex | 74 | 95 | 6D | 16 | 0 | 1B | 2A | 6E | 10 | 33 |
| Octal | 164 | 225 | 155 | 26 | 0 | 33 | 52 | 156 | 20 | 63 |
| Binary | 1110100 | 10010101 | 1101101 | 10110 | 0 | 11011 | 101010 | 1101110 | 10000 | 110011 |
Color Harmonies of #74956D
Complementary color
Monochromatic Colors of #74956D
Black with #74956D
Text Example
Text Example
White with #74956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74956D; }
p { color: rgb(116,149,109); }
H1.HeaderClassName
{
color: #74956D;
}
.AnyTagClassName
{
color: #74956D;
}
</style>
background-color css
<style>
a { background-color: #74956D; }
a { background-color: rgb(116,149,109); }
div.DivClassName
{
background-color: #74956D;
}
.BgClassName
{
background-color: #74956D;
}
</style>
border-color css
<style>
span { border-color: #74956D; }
span { border-color: rgb(116,149,109); }
td.TdClassName
{
border-color: #74956D;
}
.TagClassName
{
border-color: #74956D;
}
</style>