Shades of Amulet #7CB074
Tints of Amulet #7CB074
RGB
CMYK
RGB Variations
Color information
#7CB074 (or 0x7CB074) is known color: Amulet. HEX triplet: 7C, B0 and 74. RGB value is (124,176,116). Sum of RGB (Red+Green+Blue) = 124+176+116=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB074 is #834F8B. Grayscale: #999999. Windows color (decimal): -8605580 or 7647356. OLE color: 7647356.
HSL color Cylindrical-coordinate representation of color #7CB074: hue angle of 112º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CB074 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 116 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.31 |
| HSL | 112º | 0.28% | 0.57% | - |
| HSV(B) | 112º | 0.34% | 0.69% | - |
| XYZ | 26.99 | 36.6 | 22.16 | - |
| YUV | 153.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 116 | 0.30 | 0 | 0.34 | 0.31 | 112 | 0.28 | 0.57 |
| Hex | 7C | B0 | 74 | 1E | 0 | 22 | 1F | 70 | 1C | 39 |
| Octal | 174 | 260 | 164 | 36 | 0 | 42 | 37 | 160 | 34 | 71 |
| Binary | 1111100 | 10110000 | 1110100 | 11110 | 0 | 100010 | 11111 | 1110000 | 11100 | 111001 |
Color Harmonies of #7CB074
Complementary color
Monochromatic Colors of #7CB074
Black with #7CB074
Text Example
Text Example
White with #7CB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB074; }
p { color: rgb(124,176,116); }
H1.HeaderClassName
{
color: #7CB074;
}
.AnyTagClassName
{
color: #7CB074;
}
</style>
background-color css
<style>
a { background-color: #7CB074; }
a { background-color: rgb(124,176,116); }
div.DivClassName
{
background-color: #7CB074;
}
.BgClassName
{
background-color: #7CB074;
}
</style>
border-color css
<style>
span { border-color: #7CB074; }
span { border-color: rgb(124,176,116); }
td.TdClassName
{
border-color: #7CB074;
}
.TagClassName
{
border-color: #7CB074;
}
</style>