Shades of Amulet #78996B
Tints of Amulet #78996B
RGB
CMYK
RGB Variations
Color information
#78996B (or 0x78996B) is known color: Amulet. HEX triplet: 78, 99 and 6B. RGB value is (120,153,107). Sum of RGB (Red+Green+Blue) = 120+153+107=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #78996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78996B is #876694. Grayscale: #8A8A8A. Windows color (decimal): -8873621 or 7051640. OLE color: 7051640.
HSL color Cylindrical-coordinate representation of color #78996B: hue angle of 103.04º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78996B is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 107 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.4 |
| HSL | 103.04º | 0.18% | 0.51% | - |
| HSV(B) | 103.04º | 0.3% | 0.6% | - |
| XYZ | 21.79 | 27.84 | 18.13 | - |
| YUV | 137.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 107 | 0.22 | 0 | 0.30 | 0.4 | 103.04 | 0.18 | 0.51 |
| Hex | 78 | 99 | 6B | 16 | 0 | 1E | 28 | 67 | 12 | 33 |
| Octal | 170 | 231 | 153 | 26 | 0 | 36 | 50 | 147 | 22 | 63 |
| Binary | 1111000 | 10011001 | 1101011 | 10110 | 0 | 11110 | 101000 | 1100111 | 10010 | 110011 |
Color Harmonies of #78996B
Complementary color
Monochromatic Colors of #78996B
Black with #78996B
Text Example
Text Example
White with #78996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78996B; }
p { color: rgb(120,153,107); }
H1.HeaderClassName
{
color: #78996B;
}
.AnyTagClassName
{
color: #78996B;
}
</style>
background-color css
<style>
a { background-color: #78996B; }
a { background-color: rgb(120,153,107); }
div.DivClassName
{
background-color: #78996B;
}
.BgClassName
{
background-color: #78996B;
}
</style>
border-color css
<style>
span { border-color: #78996B; }
span { border-color: rgb(120,153,107); }
td.TdClassName
{
border-color: #78996B;
}
.TagClassName
{
border-color: #78996B;
}
</style>