Shades of Amulet #78B16C
Tints of Amulet #78B16C
RGB
CMYK
RGB Variations
Color information
#78B16C (or 0x78B16C) is known color: Amulet. HEX triplet: 78, B1 and 6C. RGB value is (120,177,108). Sum of RGB (Red+Green+Blue) = 120+177+108=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #78B16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B16C is #874E93. Grayscale: #989898. Windows color (decimal): -8867476 or 7123320. OLE color: 7123320.
HSL color Cylindrical-coordinate representation of color #78B16C: hue angle of 109.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78B16C is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 177 | 108 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.31 |
| HSL | 109.57º | 0.31% | 0.56% | - |
| HSV(B) | 109.57º | 0.39% | 0.69% | - |
| XYZ | 26.17 | 36.52 | 19.86 | - |
| YUV | 152.09 | 103.12 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 177 | 108 | 0.32 | 0 | 0.39 | 0.31 | 109.57 | 0.31 | 0.56 |
| Hex | 78 | B1 | 6C | 20 | 0 | 27 | 1F | 6E | 1F | 38 |
| Octal | 170 | 261 | 154 | 40 | 0 | 47 | 37 | 156 | 37 | 70 |
| Binary | 1111000 | 10110001 | 1101100 | 100000 | 0 | 100111 | 11111 | 1101110 | 11111 | 111000 |
Color Harmonies of #78B16C
Complementary color
Monochromatic Colors of #78B16C
Black with #78B16C
Text Example
Text Example
White with #78B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B16C; }
p { color: rgb(120,177,108); }
H1.HeaderClassName
{
color: #78B16C;
}
.AnyTagClassName
{
color: #78B16C;
}
</style>
background-color css
<style>
a { background-color: #78B16C; }
a { background-color: rgb(120,177,108); }
div.DivClassName
{
background-color: #78B16C;
}
.BgClassName
{
background-color: #78B16C;
}
</style>
border-color css
<style>
span { border-color: #78B16C; }
span { border-color: rgb(120,177,108); }
td.TdClassName
{
border-color: #78B16C;
}
.TagClassName
{
border-color: #78B16C;
}
</style>