#75A696

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

Shades of Acapulco #75A696

Tints of Acapulco #75A696

Color information

#75A696 (or 0x75A696) is unknown color: approx Acapulco. HEX triplet: 75, A6 and 96. RGB value is (117,166,150). Sum of RGB (Red+Green+Blue) = 117+166+150=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #75A696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A696 is #8A5969. Grayscale: #959595. Windows color (decimal): -9066858 or 9873013. OLE color: 9873013.

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

Color convert

RGB117166150-
CMYK0.3000.100.35
HSL160.41º21.59%55.49%-
HSV(B)160.41º29.52%65.1%-
XYZ26.4833.2633.88-
YUV149.52128.27104.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=27.02%
G=38.34%
B=34.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171661500.3000.100.35160.4121.5955.49
Hex75A6961E0A23a01637
Octal16524622636012432402667
Binary1110101101001101001011011110010101000111010000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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