Shades of Amulet #7FAE67
Tints of Amulet #7FAE67
RGB
CMYK
RGB Variations
Color information
#7FAE67 (or 0x7FAE67) is known color: Amulet. HEX triplet: 7F, AE and 67. RGB value is (127,174,103). Sum of RGB (Red+Green+Blue) = 127+174+103=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAE67 is #805198. Grayscale: #989898. Windows color (decimal): -8409497 or 6794879. OLE color: 6794879.
HSL color Cylindrical-coordinate representation of color #7FAE67: hue angle of 99.72º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FAE67 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 103 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.32 |
| HSL | 99.72º | 0.3% | 0.54% | - |
| HSV(B) | 99.72º | 0.41% | 0.68% | - |
| XYZ | 26.34 | 35.76 | 18.35 | - |
| YUV | 151.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 103 | 0.27 | 0 | 0.41 | 0.32 | 99.72 | 0.3 | 0.54 |
| Hex | 7F | AE | 67 | 1B | 0 | 29 | 20 | 64 | 1E | 36 |
| Octal | 177 | 256 | 147 | 33 | 0 | 51 | 40 | 144 | 36 | 66 |
| Binary | 1111111 | 10101110 | 1100111 | 11011 | 0 | 101001 | 100000 | 1100100 | 11110 | 110110 |
Color Harmonies of #7FAE67
Complementary color
Monochromatic Colors of #7FAE67
Black with #7FAE67
Text Example
Text Example
White with #7FAE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE67; }
p { color: rgb(127,174,103); }
H1.HeaderClassName
{
color: #7FAE67;
}
.AnyTagClassName
{
color: #7FAE67;
}
</style>
background-color css
<style>
a { background-color: #7FAE67; }
a { background-color: rgb(127,174,103); }
div.DivClassName
{
background-color: #7FAE67;
}
.BgClassName
{
background-color: #7FAE67;
}
</style>
border-color css
<style>
span { border-color: #7FAE67; }
span { border-color: rgb(127,174,103); }
td.TdClassName
{
border-color: #7FAE67;
}
.TagClassName
{
border-color: #7FAE67;
}
</style>