#7DA699

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

Shades of Acapulco #7DA699

Tints of Acapulco #7DA699

Color information

#7DA699 (or 0x7DA699) is unknown color: approx Acapulco. HEX triplet: 7D, A6 and 99. RGB value is (125,166,153). Sum of RGB (Red+Green+Blue) = 125+166+153=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA699 is #825966. Grayscale: #989898. Windows color (decimal): -8542567 or 10069629. OLE color: 10069629.

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

Color convert

RGB125166153-
CMYK0.2500.080.35
HSL160.98º18.72%57.06%-
HSV(B)160.98º24.7%65.1%-
XYZ27.8433.9335.22-
YUV152.26128.42108.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.15%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 153 (60.16% from 255) = 34.46%
R=28.15%
G=37.39%
B=34.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251661530.2500.080.35160.9818.7257.06
Hex7DA699190823a11339
Octal17524623131010432412371
Binary1111101101001101001100111001010001000111010000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,166,153); }

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

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

 a { background-color: rgb(125,166,153); }

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

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

 span { border-color: rgb(125,166,153); }

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