#75A491

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

Shades of Acapulco #75A491

Tints of Acapulco #75A491

Color information

#75A491 (or 0x75A491) is unknown color: approx Acapulco. HEX triplet: 75, A4 and 91. RGB value is (117,164,145). Sum of RGB (Red+Green+Blue) = 117+164+145=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #75A491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A491 is #8A5B6E. Grayscale: #939393. Windows color (decimal): -9067375 or 9544821. OLE color: 9544821.

HSL color Cylindrical-coordinate representation of color #75A491: hue angle of 155.74º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A491 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB117164145-
CMYK0.2900.120.36
HSL155.74º20.52%55.1%-
HSV(B)155.74º28.66%64.31%-
XYZ25.7232.3831.68-
YUV147.78126.43106.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 145 (57.03% from 255) = 34.04%
R=27.46%
G=38.50%
B=34.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171641450.2900.120.36155.7420.5255.1
Hex75A4911D0C249c1537
Octal16524422135014442342567
Binary1110101101001001001000111101011001001001001110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,164,145); }

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

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

 a { background-color: rgb(117,164,145); }

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

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

 span { border-color: rgb(117,164,145); }

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