Shades of Amulet #7FAE69
Tints of Amulet #7FAE69
RGB
CMYK
RGB Variations
Color information
#7FAE69 (or 0x7FAE69) is known color: Amulet. HEX triplet: 7F, AE and 69. RGB value is (127,174,105). Sum of RGB (Red+Green+Blue) = 127+174+105=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAE69 is #805196. Grayscale: #989898. Windows color (decimal): -8409495 or 6925951. OLE color: 6925951.
HSL color Cylindrical-coordinate representation of color #7FAE69: hue angle of 100.87º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FAE69 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 105 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.32 |
| HSL | 100.87º | 0.3% | 0.55% | - |
| HSV(B) | 100.87º | 0.4% | 0.68% | - |
| XYZ | 26.44 | 35.8 | 18.88 | - |
| YUV | 152.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 105 | 0.27 | 0 | 0.40 | 0.32 | 100.87 | 0.3 | 0.55 |
| Hex | 7F | AE | 69 | 1B | 0 | 28 | 20 | 65 | 1E | 37 |
| Octal | 177 | 256 | 151 | 33 | 0 | 50 | 40 | 145 | 36 | 67 |
| Binary | 1111111 | 10101110 | 1101001 | 11011 | 0 | 101000 | 100000 | 1100101 | 11110 | 110111 |
Color Harmonies of #7FAE69
Complementary color
Monochromatic Colors of #7FAE69
Black with #7FAE69
Text Example
Text Example
White with #7FAE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE69; }
p { color: rgb(127,174,105); }
H1.HeaderClassName
{
color: #7FAE69;
}
.AnyTagClassName
{
color: #7FAE69;
}
</style>
background-color css
<style>
a { background-color: #7FAE69; }
a { background-color: rgb(127,174,105); }
div.DivClassName
{
background-color: #7FAE69;
}
.BgClassName
{
background-color: #7FAE69;
}
</style>
border-color css
<style>
span { border-color: #7FAE69; }
span { border-color: rgb(127,174,105); }
td.TdClassName
{
border-color: #7FAE69;
}
.TagClassName
{
border-color: #7FAE69;
}
</style>