Html Css Color HEX #80AC76 Amulet

📋 copy color: '#80AC76'

red 128 ◦ green 172 ◦ blue 118

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

Shades of Amulet #80AC76

Tints of Amulet #80AC76

RGB

 RED value IS 128 (50.39% from 255) = 30.62%

 GREEN value IS 172 (67.58% from 255) = 41.15%

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 30.62%
G = 41.15%
B = 28.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#80AC76 (or 0x80AC76) is known color: Amulet. HEX triplet: 80, AC and 76. RGB value is (128,172,118). Sum of RGB (Red+Green+Blue) = 128+172+118=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC76 is #7F5389. Grayscale: #989898. Windows color (decimal): -8344458 or 7777408. OLE color: 7777408.

HSL color Cylindrical-coordinate representation of color #80AC76: hue angle of 108.89º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80AC76 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 118 -
CMYK 0.26 0 0.31 0.33
HSL 108.89º 0.25% 0.57% -
HSV(B) 108.89º 0.31% 0.67% -
XYZ 26.92 35.4 22.55 -
YUV 152.69 108.42 110.39 -
System Red Green Blue C M Y K H S L
Decimal 128 172 118 0.26 0 0.31 0.33 108.89 0.25 0.57
Hex 80 AC 76 1A 0 1F 21 6D 19 39
Octal 200 254 166 32 0 37 41 155 31 71
Binary 10000000 10101100 1110110 11010 0 11111 100001 1101101 11001 111001

Color Harmonies of #80AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC76

Black with #80AC76

Text Example


Text Example

White with #80AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AC76; }

 p { color: rgb(128,172,118); }

 H1.HeaderClassName
 {
   color: #80AC76;
 }
 .AnyTagClassName
 {
   color: #80AC76;
 }
</style>

background-color css

<style>
 a { background-color: #80AC76; }

 a { background-color: rgb(128,172,118); }

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

border-color css

<style>
 span { border-color: #80AC76; }

 span { border-color: rgb(128,172,118); }

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