Shades of Amulet #7FAF7B
Tints of Amulet #7FAF7B
RGB
CMYK
RGB Variations
Color information
#7FAF7B (or 0x7FAF7B) is known color: Amulet. HEX triplet: 7F, AF and 7B. RGB value is (127,175,123). Sum of RGB (Red+Green+Blue) = 127+175+123=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF7B is #805084. Grayscale: #9A9A9A. Windows color (decimal): -8409221 or 8105855. OLE color: 8105855.
HSL color Cylindrical-coordinate representation of color #7FAF7B: hue angle of 115.38º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FAF7B is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 123 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.31 |
| HSL | 115.38º | 0.25% | 0.58% | - |
| HSV(B) | 115.38º | 0.3% | 0.69% | - |
| XYZ | 27.66 | 36.6 | 24.35 | - |
| YUV | 154.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 123 | 0.27 | 0 | 0.30 | 0.31 | 115.38 | 0.25 | 0.58 |
| Hex | 7F | AF | 7B | 1B | 0 | 1E | 1F | 73 | 19 | 3A |
| Octal | 177 | 257 | 173 | 33 | 0 | 36 | 37 | 163 | 31 | 72 |
| Binary | 1111111 | 10101111 | 1111011 | 11011 | 0 | 11110 | 11111 | 1110011 | 11001 | 111010 |
Color Harmonies of #7FAF7B
Complementary color
Monochromatic Colors of #7FAF7B
Black with #7FAF7B
Text Example
Text Example
White with #7FAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF7B; }
p { color: rgb(127,175,123); }
H1.HeaderClassName
{
color: #7FAF7B;
}
.AnyTagClassName
{
color: #7FAF7B;
}
</style>
background-color css
<style>
a { background-color: #7FAF7B; }
a { background-color: rgb(127,175,123); }
div.DivClassName
{
background-color: #7FAF7B;
}
.BgClassName
{
background-color: #7FAF7B;
}
</style>
border-color css
<style>
span { border-color: #7FAF7B; }
span { border-color: rgb(127,175,123); }
td.TdClassName
{
border-color: #7FAF7B;
}
.TagClassName
{
border-color: #7FAF7B;
}
</style>