Shades of Amulet #7F9A70
Tints of Amulet #7F9A70
RGB
CMYK
RGB Variations
Color information
#7F9A70 (or 0x7F9A70) is known color: Amulet. HEX triplet: 7F, 9A and 70. RGB value is (127,154,112). Sum of RGB (Red+Green+Blue) = 127+154+112=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #7F9A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9A70 is #80658F. Grayscale: #8D8D8D. Windows color (decimal): -8414608 or 7379583. OLE color: 7379583.
HSL color Cylindrical-coordinate representation of color #7F9A70: hue angle of 98.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F9A70 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 154 | 112 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.40 |
| HSL | 98.57º | 0.17% | 0.52% | - |
| HSV(B) | 98.57º | 0.27% | 0.6% | - |
| XYZ | 23.23 | 28.79 | 19.66 | - |
| YUV | 141.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 154 | 112 | 0.18 | 0 | 0.27 | 0.40 | 98.57 | 0.17 | 0.52 |
| Hex | 7F | 9A | 70 | 12 | 0 | 1B | 28 | 63 | 11 | 34 |
| Octal | 177 | 232 | 160 | 22 | 0 | 33 | 50 | 143 | 21 | 64 |
| Binary | 1111111 | 10011010 | 1110000 | 10010 | 0 | 11011 | 101000 | 1100011 | 10001 | 110100 |
Color Harmonies of #7F9A70
Complementary color
Monochromatic Colors of #7F9A70
Black with #7F9A70
Text Example
Text Example
White with #7F9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9A70; }
p { color: rgb(127,154,112); }
H1.HeaderClassName
{
color: #7F9A70;
}
.AnyTagClassName
{
color: #7F9A70;
}
</style>
background-color css
<style>
a { background-color: #7F9A70; }
a { background-color: rgb(127,154,112); }
div.DivClassName
{
background-color: #7F9A70;
}
.BgClassName
{
background-color: #7F9A70;
}
</style>
border-color css
<style>
span { border-color: #7F9A70; }
span { border-color: rgb(127,154,112); }
td.TdClassName
{
border-color: #7F9A70;
}
.TagClassName
{
border-color: #7F9A70;
}
</style>