#75A68B

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

Shades of Acapulco #75A68B

Tints of Acapulco #75A68B

Color information

#75A68B (or 0x75A68B) is unknown color: approx Acapulco. HEX triplet: 75, A6 and 8B. RGB value is (117,166,139). Sum of RGB (Red+Green+Blue) = 117+166+139=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #75A68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A68B is #8A5974. Grayscale: #949494. Windows color (decimal): -9066869 or 9152117. OLE color: 9152117.

HSL color Cylindrical-coordinate representation of color #75A68B: hue angle of 146.94º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A68B is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB117166139-
CMYK0.3000.160.35
HSL146.94º21.59%55.49%-
HSV(B)146.94º29.52%65.1%-
XYZ25.6332.9229.43-
YUV148.27122.77105.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=27.73%
G=39.34%
B=32.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171661390.3000.160.35146.9421.5955.49
Hex75A68B1E01023931637
Octal16524621336020432232667
Binary11101011010011010001011111100100001000111001001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A68B; }

 p { color: rgb(117,166,139); }

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

<style>
 a { background-color: #75A68B; }

 a { background-color: rgb(117,166,139); }

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

<style>
 span { border-color: #75A68B; }

 span { border-color: rgb(117,166,139); }

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