Shades of Amulet #7CAB6F
Tints of Amulet #7CAB6F
RGB
CMYK
RGB Variations
Color information
#7CAB6F (or 0x7CAB6F) is known color: Amulet. HEX triplet: 7C, AB and 6F. RGB value is (124,171,111). Sum of RGB (Red+Green+Blue) = 124+171+111=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAB6F is #835490. Grayscale: #969696. Windows color (decimal): -8606865 or 7318396. OLE color: 7318396.
HSL color Cylindrical-coordinate representation of color #7CAB6F: hue angle of 107º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CAB6F is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 111 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.33 |
| HSL | 107º | 0.26% | 0.55% | - |
| HSV(B) | 107º | 0.35% | 0.67% | - |
| XYZ | 25.74 | 34.56 | 20.35 | - |
| YUV | 150.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 111 | 0.27 | 0 | 0.35 | 0.33 | 107 | 0.26 | 0.55 |
| Hex | 7C | AB | 6F | 1B | 0 | 23 | 21 | 6B | 1A | 37 |
| Octal | 174 | 253 | 157 | 33 | 0 | 43 | 41 | 153 | 32 | 67 |
| Binary | 1111100 | 10101011 | 1101111 | 11011 | 0 | 100011 | 100001 | 1101011 | 11010 | 110111 |
Color Harmonies of #7CAB6F
Complementary color
Monochromatic Colors of #7CAB6F
Black with #7CAB6F
Text Example
Text Example
White with #7CAB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB6F; }
p { color: rgb(124,171,111); }
H1.HeaderClassName
{
color: #7CAB6F;
}
.AnyTagClassName
{
color: #7CAB6F;
}
</style>
background-color css
<style>
a { background-color: #7CAB6F; }
a { background-color: rgb(124,171,111); }
div.DivClassName
{
background-color: #7CAB6F;
}
.BgClassName
{
background-color: #7CAB6F;
}
</style>
border-color css
<style>
span { border-color: #7CAB6F; }
span { border-color: rgb(124,171,111); }
td.TdClassName
{
border-color: #7CAB6F;
}
.TagClassName
{
border-color: #7CAB6F;
}
</style>