#7FA695

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

Shades of Acapulco #7FA695

Tints of Acapulco #7FA695

Color information

#7FA695 (or 0x7FA695) is unknown color: approx Acapulco. HEX triplet: 7F, A6 and 95. RGB value is (127,166,149). Sum of RGB (Red+Green+Blue) = 127+166+149=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA695 is #80596A. Grayscale: #989898. Windows color (decimal): -8411499 or 9807487. OLE color: 9807487.

HSL color Cylindrical-coordinate representation of color #7FA695: hue angle of 153.85º 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 #7FA695 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB127166149-
CMYK0.2300.100.35
HSL153.85º17.97%57.45%-
HSV(B)153.85º23.49%65.1%-
XYZ27.8133.9533.52-
YUV152.4126.08109.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.73%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=28.73%
G=37.56%
B=33.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271661490.2300.100.35153.8517.9757.45
Hex7FA695170A239a1239
Octal17724622527012432322271
Binary1111111101001101001010110111010101000111001101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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