Html Css Color HEX #80AD76 Amulet

📋 copy color: '#80AD76'

red 128 ◦ green 173 ◦ blue 118

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

Shades of Amulet #80AD76

Tints of Amulet #80AD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

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

R = 30.55%
G = 41.29%
B = 28.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#80AD76 (or 0x80AD76) is known color: Amulet. HEX triplet: 80, AD and 76. RGB value is (128,173,118). Sum of RGB (Red+Green+Blue) = 128+173+118=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD76 is #7F5289. Grayscale: #999999. Windows color (decimal): -8344202 or 7777664. OLE color: 7777664.

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

Color convert

RGB 128 173 118 -
CMYK 0.26 0 0.32 0.32
HSL 109.09º 0.25% 0.57% -
HSV(B) 109.09º 0.32% 0.68% -
XYZ 27.12 35.78 22.62 -
YUV 153.28 108.09 109.97 -
System Red Green Blue C M Y K H S L
Decimal 128 173 118 0.26 0 0.32 0.32 109.09 0.25 0.57
Hex 80 AD 76 1A 0 20 20 6D 19 39
Octal 200 255 166 32 0 40 40 155 31 71
Binary 10000000 10101101 1110110 11010 0 100000 100000 1101101 11001 111001

Color Harmonies of #80AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD76

Black with #80AD76

Text Example


Text Example

White with #80AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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