Shades of Amulet #78A166
Tints of Amulet #78A166
RGB
CMYK
RGB Variations
Color information
#78A166 (or 0x78A166) is known color: Amulet. HEX triplet: 78, A1 and 66. RGB value is (120,161,102). Sum of RGB (Red+Green+Blue) = 120+161+102=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #78A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A166 is #875E99. Grayscale: #8E8E8E. Windows color (decimal): -8871578 or 6726008. OLE color: 6726008.
HSL color Cylindrical-coordinate representation of color #78A166: hue angle of 101.69º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78A166 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 161 | 102 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.37 |
| HSL | 101.69º | 0.24% | 0.52% | - |
| HSV(B) | 101.69º | 0.37% | 0.63% | - |
| XYZ | 22.89 | 30.44 | 17.24 | - |
| YUV | 142.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 102 | 0.25 | 0 | 0.37 | 0.37 | 101.69 | 0.24 | 0.52 |
| Hex | 78 | A1 | 66 | 19 | 0 | 25 | 25 | 66 | 18 | 34 |
| Octal | 170 | 241 | 146 | 31 | 0 | 45 | 45 | 146 | 30 | 64 |
| Binary | 1111000 | 10100001 | 1100110 | 11001 | 0 | 100101 | 100101 | 1100110 | 11000 | 110100 |
Color Harmonies of #78A166
Complementary color
Monochromatic Colors of #78A166
Black with #78A166
Text Example
Text Example
White with #78A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A166; }
p { color: rgb(120,161,102); }
H1.HeaderClassName
{
color: #78A166;
}
.AnyTagClassName
{
color: #78A166;
}
</style>
background-color css
<style>
a { background-color: #78A166; }
a { background-color: rgb(120,161,102); }
div.DivClassName
{
background-color: #78A166;
}
.BgClassName
{
background-color: #78A166;
}
</style>
border-color css
<style>
span { border-color: #78A166; }
span { border-color: rgb(120,161,102); }
td.TdClassName
{
border-color: #78A166;
}
.TagClassName
{
border-color: #78A166;
}
</style>