Shades of Amulet #78B06A
Tints of Amulet #78B06A
RGB
CMYK
RGB Variations
Color information
#78B06A (or 0x78B06A) is known color: Amulet. HEX triplet: 78, B0 and 6A. RGB value is (120,176,106). Sum of RGB (Red+Green+Blue) = 120+176+106=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #78B06A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B06A is #874F95. Grayscale: #979797. Windows color (decimal): -8867734 or 6991992. OLE color: 6991992.
HSL color Cylindrical-coordinate representation of color #78B06A: hue angle of 108º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78B06A is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 176 | 106 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.31 |
| HSL | 108º | 0.31% | 0.55% | - |
| HSV(B) | 108º | 0.4% | 0.69% | - |
| XYZ | 25.87 | 36.08 | 19.24 | - |
| YUV | 151.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 106 | 0.32 | 0 | 0.40 | 0.31 | 108 | 0.31 | 0.55 |
| Hex | 78 | B0 | 6A | 20 | 0 | 28 | 1F | 6C | 1F | 37 |
| Octal | 170 | 260 | 152 | 40 | 0 | 50 | 37 | 154 | 37 | 67 |
| Binary | 1111000 | 10110000 | 1101010 | 100000 | 0 | 101000 | 11111 | 1101100 | 11111 | 110111 |
Color Harmonies of #78B06A
Complementary color
Monochromatic Colors of #78B06A
Black with #78B06A
Text Example
Text Example
White with #78B06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B06A; }
p { color: rgb(120,176,106); }
H1.HeaderClassName
{
color: #78B06A;
}
.AnyTagClassName
{
color: #78B06A;
}
</style>
background-color css
<style>
a { background-color: #78B06A; }
a { background-color: rgb(120,176,106); }
div.DivClassName
{
background-color: #78B06A;
}
.BgClassName
{
background-color: #78B06A;
}
</style>
border-color css
<style>
span { border-color: #78B06A; }
span { border-color: rgb(120,176,106); }
td.TdClassName
{
border-color: #78B06A;
}
.TagClassName
{
border-color: #78B06A;
}
</style>