Html Css Color HEX #76B397 Acapulco

📋 copy color: '#76B397'

red 118 ◦ green 179 ◦ blue 151

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

Shades of Acapulco #76B397

Tints of Acapulco #76B397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

 BLUE value IS 151 (59.38% from 255) = 33.71%

R = 26.34%
G = 39.96%
B = 33.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#76B397 (or 0x76B397) is known color: Acapulco. HEX triplet: 76, B3 and 97. RGB value is (118,179,151). Sum of RGB (Red+Green+Blue) = 118+179+151=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #76B397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B397 is #894C68. Grayscale: #9D9D9D. Windows color (decimal): -8997993 or 9941878. OLE color: 9941878.

HSL color Cylindrical-coordinate representation of color #76B397: hue angle of 152.46º 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 #76B397 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 151 -
CMYK 0.34 0 0.16 0.30
HSL 152.46º 0.29% 0.58% -
HSV(B) 152.46º 0.34% 0.7% -
XYZ 29.18 38.33 35.14 -
YUV 157.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 118 179 151 0.34 0 0.16 0.30 152.46 0.29 0.58
Hex 76 B3 97 22 0 10 1E 98 1D 3A
Octal 166 263 227 42 0 20 36 230 35 72
Binary 1110110 10110011 10010111 100010 0 10000 11110 10011000 11101 111010

Color Harmonies of #76B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B397

Black with #76B397

Text Example


Text Example

White with #76B397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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