Shades of Amulet #78B067
Tints of Amulet #78B067
RGB
CMYK
RGB Variations
Color information
#78B067 (or 0x78B067) is known color: Amulet. HEX triplet: 78, B0 and 67. RGB value is (120,176,103). Sum of RGB (Red+Green+Blue) = 120+176+103=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #78B067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B067 is #874F98. Grayscale: #979797. Windows color (decimal): -8867737 or 6795384. OLE color: 6795384.
HSL color Cylindrical-coordinate representation of color #78B067: hue angle of 106.03º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78B067 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 176 | 103 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.31 |
| HSL | 106.03º | 0.32% | 0.55% | - |
| HSV(B) | 106.03º | 0.41% | 0.69% | - |
| XYZ | 25.72 | 36.02 | 18.43 | - |
| YUV | 150.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 103 | 0.32 | 0 | 0.41 | 0.31 | 106.03 | 0.32 | 0.55 |
| Hex | 78 | B0 | 67 | 20 | 0 | 29 | 1F | 6A | 20 | 37 |
| Octal | 170 | 260 | 147 | 40 | 0 | 51 | 37 | 152 | 40 | 67 |
| Binary | 1111000 | 10110000 | 1100111 | 100000 | 0 | 101001 | 11111 | 1101010 | 100000 | 110111 |
Color Harmonies of #78B067
Complementary color
Monochromatic Colors of #78B067
Black with #78B067
Text Example
Text Example
White with #78B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B067; }
p { color: rgb(120,176,103); }
H1.HeaderClassName
{
color: #78B067;
}
.AnyTagClassName
{
color: #78B067;
}
</style>
background-color css
<style>
a { background-color: #78B067; }
a { background-color: rgb(120,176,103); }
div.DivClassName
{
background-color: #78B067;
}
.BgClassName
{
background-color: #78B067;
}
</style>
border-color css
<style>
span { border-color: #78B067; }
span { border-color: rgb(120,176,103); }
td.TdClassName
{
border-color: #78B067;
}
.TagClassName
{
border-color: #78B067;
}
</style>