#7FA694

Color #7FA694 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #7FA694

Tints of Acapulco #7FA694

Color information

#7FA694 (or 0x7FA694) is unknown color: approx Acapulco. HEX triplet: 7F, A6 and 94. RGB value is (127,166,148). Sum of RGB (Red+Green+Blue) = 127+166+148=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA694 is #80596B. Grayscale: #989898. Windows color (decimal): -8411500 or 9741951. OLE color: 9741951.

HSL color Cylindrical-coordinate representation of color #7FA694: hue angle of 152.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA694 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB127166148-
CMYK0.2300.110.35
HSL152.31º17.97%57.45%-
HSV(B)152.31º23.49%65.1%-
XYZ27.7333.9233.1-
YUV152.29125.58109.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 28.80%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=28.80%
G=37.64%
B=33.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271661480.2300.110.35152.3117.9757.45
Hex7FA694170B23981239
Octal17724622427013432302271
Binary1111111101001101001010010111010111000111001100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FA694; }

 p { color: rgb(127,166,148); }

 H1.HeaderClassName
 {
   color: #7FA694;
 }
 .AnyTagClassName
 {
   color: #7FA694;
 }
</style>
background-color css

<style>
 a { background-color: #7FA694; }

 a { background-color: rgb(127,166,148); }

 div.DivClassName
 {
   background-color: #7FA694;
 }
 .BgClassName
 {
   background-color: #7FA694;
 }
</style>
border-color css

<style>
 span { border-color: #7FA694; }

 span { border-color: rgb(127,166,148); }

 td.TdClassName
 {
   border-color: #7FA694;
 }
 .TagClassName
 {
   border-color: #7FA694;
 }
</style>