Html Css Color HEX #76A396 Acapulco

📋 copy color: '#76A396'

red 118 ◦ green 163 ◦ blue 150

#76A396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #76A396

Tints of Acapulco #76A396

RGB

 RED value IS 118 (46.48% from 255) = 27.38%

 GREEN value IS 163 (64.06% from 255) = 37.82%

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 27.38%
G = 37.82%
B = 34.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#76A396 (or 0x76A396) is known color: Acapulco. HEX triplet: 76, A3 and 96. RGB value is (118,163,150). Sum of RGB (Red+Green+Blue) = 118+163+150=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #76A396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A396 is #895C69. Grayscale: #949494. Windows color (decimal): -9002090 or 9872246. OLE color: 9872246.

HSL color Cylindrical-coordinate representation of color #76A396: hue angle of 162.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A396 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 163 150 -
CMYK 0.28 0 0.08 0.36
HSL 162.67º 0.2% 0.55% -
HSV(B) 162.67º 0.28% 0.64% -
XYZ 26.07 32.25 33.7 -
YUV 148.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 118 163 150 0.28 0 0.08 0.36 162.67 0.2 0.55
Hex 76 A3 96 1C 0 8 24 A3 14 37
Octal 166 243 226 34 0 10 44 243 24 67
Binary 1110110 10100011 10010110 11100 0 1000 100100 10100011 10100 110111

Color Harmonies of #76A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A396

Black with #76A396

Text Example


Text Example

White with #76A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,163,150); }

 H1.HeaderClassName
 {
   color: #76A396;
 }
 .AnyTagClassName
 {
   color: #76A396;
 }
</style>

background-color css

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

 a { background-color: rgb(118,163,150); }

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

border-color css

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

 span { border-color: rgb(118,163,150); }

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