Html Css Color HEX #80AC79 Amulet

📋 copy color: '#80AC79'

red 128 ◦ green 172 ◦ blue 121

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

Shades of Amulet #80AC79

Tints of Amulet #80AC79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 30.4%
G = 40.86%
B = 28.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#80AC79 (or 0x80AC79) is known color: Amulet. HEX triplet: 80, AC and 79. RGB value is (128,172,121). Sum of RGB (Red+Green+Blue) = 128+172+121=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC79 is #7F5386. Grayscale: #999999. Windows color (decimal): -8344455 or 7974016. OLE color: 7974016.

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

Color convert

RGB 128 172 121 -
CMYK 0.26 0 0.30 0.33
HSL 111.76º 0.24% 0.57% -
HSV(B) 111.76º 0.3% 0.67% -
XYZ 27.11 35.47 23.51 -
YUV 153.03 109.92 110.15 -
System Red Green Blue C M Y K H S L
Decimal 128 172 121 0.26 0 0.30 0.33 111.76 0.24 0.57
Hex 80 AC 79 1A 0 1E 21 70 18 39
Octal 200 254 171 32 0 36 41 160 30 71
Binary 10000000 10101100 1111001 11010 0 11110 100001 1110000 11000 111001

Color Harmonies of #80AC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC79

Black with #80AC79

Text Example


Text Example

White with #80AC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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