Shades of Amulet #7CB26F
Tints of Amulet #7CB26F
RGB
CMYK
RGB Variations
Color information
#7CB26F (or 0x7CB26F) is known color: Amulet. HEX triplet: 7C, B2 and 6F. RGB value is (124,178,111). Sum of RGB (Red+Green+Blue) = 124+178+111=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB26F is #834D90. Grayscale: #9A9A9A. Windows color (decimal): -8605073 or 7320188. OLE color: 7320188.
HSL color Cylindrical-coordinate representation of color #7CB26F: hue angle of 108.36º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CB26F is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 178 | 111 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.30 |
| HSL | 108.36º | 0.3% | 0.57% | - |
| HSV(B) | 108.36º | 0.38% | 0.7% | - |
| XYZ | 27.1 | 37.27 | 20.81 | - |
| YUV | 154.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 178 | 111 | 0.30 | 0 | 0.38 | 0.30 | 108.36 | 0.3 | 0.57 |
| Hex | 7C | B2 | 6F | 1E | 0 | 26 | 1E | 6C | 1E | 39 |
| Octal | 174 | 262 | 157 | 36 | 0 | 46 | 36 | 154 | 36 | 71 |
| Binary | 1111100 | 10110010 | 1101111 | 11110 | 0 | 100110 | 11110 | 1101100 | 11110 | 111001 |
Color Harmonies of #7CB26F
Complementary color
Monochromatic Colors of #7CB26F
Black with #7CB26F
Text Example
Text Example
White with #7CB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB26F; }
p { color: rgb(124,178,111); }
H1.HeaderClassName
{
color: #7CB26F;
}
.AnyTagClassName
{
color: #7CB26F;
}
</style>
background-color css
<style>
a { background-color: #7CB26F; }
a { background-color: rgb(124,178,111); }
div.DivClassName
{
background-color: #7CB26F;
}
.BgClassName
{
background-color: #7CB26F;
}
</style>
border-color css
<style>
span { border-color: #7CB26F; }
span { border-color: rgb(124,178,111); }
td.TdClassName
{
border-color: #7CB26F;
}
.TagClassName
{
border-color: #7CB26F;
}
</style>