Html Css Color HEX #80AA77 Amulet

📋 copy color: '#80AA77'

red 128 ◦ green 170 ◦ blue 119

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

Shades of Amulet #80AA77

Tints of Amulet #80AA77

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 119 (46.88% from 255) = 28.54%

R = 30.7%
G = 40.77%
B = 28.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#80AA77 (or 0x80AA77) is known color: Amulet. HEX triplet: 80, AA and 77. RGB value is (128,170,119). Sum of RGB (Red+Green+Blue) = 128+170+119=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA77 is #7F5588. Grayscale: #979797. Windows color (decimal): -8344969 or 7842432. OLE color: 7842432.

HSL color Cylindrical-coordinate representation of color #80AA77: hue angle of 109.41º degrees, saturation: 0.23, 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 #80AA77 is Cyan = 0.25, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 170 119 -
CMYK 0.25 0 0.3 0.33
HSL 109.41º 0.23% 0.57% -
HSV(B) 109.41º 0.3% 0.67% -
XYZ 26.61 34.67 22.74 -
YUV 151.63 109.59 111.15 -
System Red Green Blue C M Y K H S L
Decimal 128 170 119 0.25 0 0.3 0.33 109.41 0.23 0.57
Hex 80 AA 77 19 0 1E 21 6D 17 39
Octal 200 252 167 31 0 36 41 155 27 71
Binary 10000000 10101010 1110111 11001 0 11110 100001 1101101 10111 111001

Color Harmonies of #80AA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA77

Black with #80AA77

Text Example


Text Example

White with #80AA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,170,119); }

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

background-color css

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

 a { background-color: rgb(128,170,119); }

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

border-color css

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

 span { border-color: rgb(128,170,119); }

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