Shades of Acapulco #7A9F91
Tints of Acapulco #7A9F91
RGB
CMYK
RGB Variations
Color information
#7A9F91 (or 0x7A9F91) is known color: Acapulco. HEX triplet: 7A, 9F and 91. RGB value is (122,159,145). Sum of RGB (Red+Green+Blue) = 122+159+145=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F91 is #85606E. Grayscale: #929292. Windows color (decimal): -8740975 or 9543546. OLE color: 9543546.
HSL color Cylindrical-coordinate representation of color #7A9F91: hue angle of 157.3º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F91 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 145 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.38 |
| HSL | 157.3º | 0.16% | 0.55% | - |
| HSV(B) | 157.3º | 0.23% | 0.62% | - |
| XYZ | 25.54 | 30.98 | 31.42 | - |
| YUV | 146.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 145 | 0.23 | 0 | 0.09 | 0.38 | 157.3 | 0.16 | 0.55 |
| Hex | 7A | 9F | 91 | 17 | 0 | 9 | 26 | 9D | 10 | 37 |
| Octal | 172 | 237 | 221 | 27 | 0 | 11 | 46 | 235 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10010001 | 10111 | 0 | 1001 | 100110 | 10011101 | 10000 | 110111 |
Color Harmonies of #7A9F91
Complementary color
Monochromatic Colors of #7A9F91
Black with #7A9F91
Text Example
Text Example
White with #7A9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F91; }
p { color: rgb(122,159,145); }
H1.HeaderClassName
{
color: #7A9F91;
}
.AnyTagClassName
{
color: #7A9F91;
}
</style>
background-color css
<style>
a { background-color: #7A9F91; }
a { background-color: rgb(122,159,145); }
div.DivClassName
{
background-color: #7A9F91;
}
.BgClassName
{
background-color: #7A9F91;
}
</style>
border-color css
<style>
span { border-color: #7A9F91; }
span { border-color: rgb(122,159,145); }
td.TdClassName
{
border-color: #7A9F91;
}
.TagClassName
{
border-color: #7A9F91;
}
</style>