Shades of Acapulco #7AA68E
Tints of Acapulco #7AA68E
RGB
CMYK
RGB Variations
Color information
#7AA68E (or 0x7AA68E) is known color: Acapulco. HEX triplet: 7A, A6 and 8E. RGB value is (122,166,142). Sum of RGB (Red+Green+Blue) = 122+166+142=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA68E is #855971. Grayscale: #969696. Windows color (decimal): -8739186 or 9348730. OLE color: 9348730.
HSL color Cylindrical-coordinate representation of color #7AA68E: hue angle of 147.27º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA68E is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 142 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.35 |
| HSL | 147.27º | 0.2% | 0.56% | - |
| HSV(B) | 147.27º | 0.27% | 0.65% | - |
| XYZ | 26.54 | 33.36 | 30.63 | - |
| YUV | 150.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 142 | 0.27 | 0 | 0.14 | 0.35 | 147.27 | 0.2 | 0.56 |
| Hex | 7A | A6 | 8E | 1B | 0 | E | 23 | 93 | 14 | 38 |
| Octal | 172 | 246 | 216 | 33 | 0 | 16 | 43 | 223 | 24 | 70 |
| Binary | 1111010 | 10100110 | 10001110 | 11011 | 0 | 1110 | 100011 | 10010011 | 10100 | 111000 |
Color Harmonies of #7AA68E
Complementary color
Monochromatic Colors of #7AA68E
Black with #7AA68E
Text Example
Text Example
White with #7AA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA68E; }
p { color: rgb(122,166,142); }
H1.HeaderClassName
{
color: #7AA68E;
}
.AnyTagClassName
{
color: #7AA68E;
}
</style>
background-color css
<style>
a { background-color: #7AA68E; }
a { background-color: rgb(122,166,142); }
div.DivClassName
{
background-color: #7AA68E;
}
.BgClassName
{
background-color: #7AA68E;
}
</style>
border-color css
<style>
span { border-color: #7AA68E; }
span { border-color: rgb(122,166,142); }
td.TdClassName
{
border-color: #7AA68E;
}
.TagClassName
{
border-color: #7AA68E;
}
</style>