Shades of Amulet #749F6B
Tints of Amulet #749F6B
RGB
CMYK
RGB Variations
Color information
#749F6B (or 0x749F6B) is known color: Amulet. HEX triplet: 74, 9F and 6B. RGB value is (116,159,107). Sum of RGB (Red+Green+Blue) = 116+159+107=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #749F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F6B is #8B6094. Grayscale: #8C8C8C. Windows color (decimal): -9134229 or 7053172. OLE color: 7053172.
HSL color Cylindrical-coordinate representation of color #749F6B: hue angle of 109.62º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749F6B is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 159 | 107 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.38 |
| HSL | 109.62º | 0.21% | 0.52% | - |
| HSV(B) | 109.62º | 0.33% | 0.62% | - |
| XYZ | 22.25 | 29.57 | 18.44 | - |
| YUV | 140.22 | 109.25 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 107 | 0.27 | 0 | 0.33 | 0.38 | 109.62 | 0.21 | 0.52 |
| Hex | 74 | 9F | 6B | 1B | 0 | 21 | 26 | 6E | 15 | 34 |
| Octal | 164 | 237 | 153 | 33 | 0 | 41 | 46 | 156 | 25 | 64 |
| Binary | 1110100 | 10011111 | 1101011 | 11011 | 0 | 100001 | 100110 | 1101110 | 10101 | 110100 |
Color Harmonies of #749F6B
Complementary color
Monochromatic Colors of #749F6B
Black with #749F6B
Text Example
Text Example
White with #749F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749F6B; }
p { color: rgb(116,159,107); }
H1.HeaderClassName
{
color: #749F6B;
}
.AnyTagClassName
{
color: #749F6B;
}
</style>
background-color css
<style>
a { background-color: #749F6B; }
a { background-color: rgb(116,159,107); }
div.DivClassName
{
background-color: #749F6B;
}
.BgClassName
{
background-color: #749F6B;
}
</style>
border-color css
<style>
span { border-color: #749F6B; }
span { border-color: rgb(116,159,107); }
td.TdClassName
{
border-color: #749F6B;
}
.TagClassName
{
border-color: #749F6B;
}
</style>