#76B395

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

Shades of Acapulco #76B395

Tints of Acapulco #76B395

Color information

#76B395 (or 0x76B395) is unknown color: approx Acapulco. HEX triplet: 76, B3 and 95. RGB value is (118,179,149). Sum of RGB (Red+Green+Blue) = 118+179+149=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #76B395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B395 is #894C6A. Grayscale: #9D9D9D. Windows color (decimal): -8997995 or 9810806. OLE color: 9810806.

HSL color Cylindrical-coordinate representation of color #76B395: hue angle of 150.49º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B395 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB118179149-
CMYK0.3400.170.30
HSL150.49º28.64%58.24%-
HSV(B)150.49º34.08%70.2%-
XYZ29.0238.2634.29-
YUV157.34123.2999.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=26.46%
G=40.13%
B=33.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791490.3400.170.30150.4928.6458.24
Hex76B395220111E961d3a
Octal16626322542021362263572
Binary11101101011001110010101100010010001111101001011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76B395; }

 p { color: rgb(118,179,149); }

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

<style>
 a { background-color: #76B395; }

 a { background-color: rgb(118,179,149); }

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

<style>
 span { border-color: #76B395; }

 span { border-color: rgb(118,179,149); }

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