#7DA591

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

Shades of Acapulco #7DA591

Tints of Acapulco #7DA591

Color information

#7DA591 (or 0x7DA591) is unknown color: approx Acapulco. HEX triplet: 7D, A5 and 91. RGB value is (125,165,145). Sum of RGB (Red+Green+Blue) = 125+165+145=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA591 is #825A6E. Grayscale: #969696. Windows color (decimal): -8542831 or 9545085. OLE color: 9545085.

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

Color convert

RGB125165145-
CMYK0.2400.120.35
HSL150º18.18%56.86%-
HSV(B)150º24.24%64.71%-
XYZ27.0233.3131.79-
YUV150.76124.75109.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=28.74%
G=37.93%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251651450.2400.120.3515018.1856.86
Hex7DA591180C23961239
Octal17524522130014432262271
Binary1111101101001011001000111000011001000111001011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,145); }

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

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

 a { background-color: rgb(125,165,145); }

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

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

 span { border-color: rgb(125,165,145); }

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