Shades of Amulet #7CB07A
Tints of Amulet #7CB07A
RGB
CMYK
RGB Variations
Color information
#7CB07A (or 0x7CB07A) is known color: Amulet. HEX triplet: 7C, B0 and 7A. RGB value is (124,176,122). Sum of RGB (Red+Green+Blue) = 124+176+122=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB07A is #834F85. Grayscale: #9A9A9A. Windows color (decimal): -8605574 or 8040572. OLE color: 8040572.
HSL color Cylindrical-coordinate representation of color #7CB07A: hue angle of 117.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB07A is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 122 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.31 |
| HSL | 117.78º | 0.25% | 0.58% | - |
| HSV(B) | 117.78º | 0.31% | 0.69% | - |
| XYZ | 27.35 | 36.74 | 24.06 | - |
| YUV | 154.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 122 | 0.30 | 0 | 0.31 | 0.31 | 117.78 | 0.25 | 0.58 |
| Hex | 7C | B0 | 7A | 1E | 0 | 1F | 1F | 76 | 19 | 3A |
| Octal | 174 | 260 | 172 | 36 | 0 | 37 | 37 | 166 | 31 | 72 |
| Binary | 1111100 | 10110000 | 1111010 | 11110 | 0 | 11111 | 11111 | 1110110 | 11001 | 111010 |
Color Harmonies of #7CB07A
Complementary color
Monochromatic Colors of #7CB07A
Black with #7CB07A
Text Example
Text Example
White with #7CB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB07A; }
p { color: rgb(124,176,122); }
H1.HeaderClassName
{
color: #7CB07A;
}
.AnyTagClassName
{
color: #7CB07A;
}
</style>
background-color css
<style>
a { background-color: #7CB07A; }
a { background-color: rgb(124,176,122); }
div.DivClassName
{
background-color: #7CB07A;
}
.BgClassName
{
background-color: #7CB07A;
}
</style>
border-color css
<style>
span { border-color: #7CB07A; }
span { border-color: rgb(124,176,122); }
td.TdClassName
{
border-color: #7CB07A;
}
.TagClassName
{
border-color: #7CB07A;
}
</style>