Shades of Amulet #78AC6C
Tints of Amulet #78AC6C
RGB
CMYK
RGB Variations
Color information
#78AC6C (or 0x78AC6C) is known color: Amulet. HEX triplet: 78, AC and 6C. RGB value is (120,172,108). Sum of RGB (Red+Green+Blue) = 120+172+108=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC6C is #875393. Grayscale: #959595. Windows color (decimal): -8868756 or 7122040. OLE color: 7122040.
HSL color Cylindrical-coordinate representation of color #78AC6C: hue angle of 108.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78AC6C is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 108 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.33 |
| HSL | 108.75º | 0.28% | 0.55% | - |
| HSV(B) | 108.75º | 0.37% | 0.67% | - |
| XYZ | 25.21 | 34.58 | 19.53 | - |
| YUV | 149.16 | 104.77 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 108 | 0.30 | 0 | 0.37 | 0.33 | 108.75 | 0.28 | 0.55 |
| Hex | 78 | AC | 6C | 1E | 0 | 25 | 21 | 6D | 1C | 37 |
| Octal | 170 | 254 | 154 | 36 | 0 | 45 | 41 | 155 | 34 | 67 |
| Binary | 1111000 | 10101100 | 1101100 | 11110 | 0 | 100101 | 100001 | 1101101 | 11100 | 110111 |
Color Harmonies of #78AC6C
Complementary color
Monochromatic Colors of #78AC6C
Black with #78AC6C
Text Example
Text Example
White with #78AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC6C; }
p { color: rgb(120,172,108); }
H1.HeaderClassName
{
color: #78AC6C;
}
.AnyTagClassName
{
color: #78AC6C;
}
</style>
background-color css
<style>
a { background-color: #78AC6C; }
a { background-color: rgb(120,172,108); }
div.DivClassName
{
background-color: #78AC6C;
}
.BgClassName
{
background-color: #78AC6C;
}
</style>
border-color css
<style>
span { border-color: #78AC6C; }
span { border-color: rgb(120,172,108); }
td.TdClassName
{
border-color: #78AC6C;
}
.TagClassName
{
border-color: #78AC6C;
}
</style>