Shades of Amulet #74956C
Tints of Amulet #74956C
RGB
CMYK
RGB Variations
Color information
#74956C (or 0x74956C) is known color: Amulet. HEX triplet: 74, 95 and 6C. RGB value is (116,149,108). Sum of RGB (Red+Green+Blue) = 116+149+108=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #74956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74956C is #8B6A93. Grayscale: #868686. Windows color (decimal): -9136788 or 7116148. OLE color: 7116148.
HSL color Cylindrical-coordinate representation of color #74956C: hue angle of 108.29º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74956C is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 108 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.42 |
| HSL | 108.29º | 0.16% | 0.5% | - |
| HSV(B) | 108.29º | 0.28% | 0.58% | - |
| XYZ | 20.66 | 26.29 | 18.17 | - |
| YUV | 134.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 108 | 0.22 | 0 | 0.28 | 0.42 | 108.29 | 0.16 | 0.5 |
| Hex | 74 | 95 | 6C | 16 | 0 | 1C | 2A | 6C | 10 | 32 |
| Octal | 164 | 225 | 154 | 26 | 0 | 34 | 52 | 154 | 20 | 62 |
| Binary | 1110100 | 10010101 | 1101100 | 10110 | 0 | 11100 | 101010 | 1101100 | 10000 | 110010 |
Color Harmonies of #74956C
Complementary color
Monochromatic Colors of #74956C
Black with #74956C
Text Example
Text Example
White with #74956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74956C; }
p { color: rgb(116,149,108); }
H1.HeaderClassName
{
color: #74956C;
}
.AnyTagClassName
{
color: #74956C;
}
</style>
background-color css
<style>
a { background-color: #74956C; }
a { background-color: rgb(116,149,108); }
div.DivClassName
{
background-color: #74956C;
}
.BgClassName
{
background-color: #74956C;
}
</style>
border-color css
<style>
span { border-color: #74956C; }
span { border-color: rgb(116,149,108); }
td.TdClassName
{
border-color: #74956C;
}
.TagClassName
{
border-color: #74956C;
}
</style>