Html Css Color HEX #80AA71 Amulet

📋 copy color: '#80AA71'

red 128 ◦ green 170 ◦ blue 113

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

Shades of Amulet #80AA71

Tints of Amulet #80AA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 31.14%
G = 41.36%
B = 27.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#80AA71 (or 0x80AA71) is known color: Amulet. HEX triplet: 80, AA and 71. RGB value is (128,170,113). Sum of RGB (Red+Green+Blue) = 128+170+113=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA71 is #7F558E. Grayscale: #979797. Windows color (decimal): -8344975 or 7449216. OLE color: 7449216.

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

Color convert

RGB 128 170 113 -
CMYK 0.25 0 0.34 0.33
HSL 104.21º 0.25% 0.55% -
HSV(B) 104.21º 0.34% 0.67% -
XYZ 26.26 34.53 20.9 -
YUV 150.94 106.59 111.63 -
System Red Green Blue C M Y K H S L
Decimal 128 170 113 0.25 0 0.34 0.33 104.21 0.25 0.55
Hex 80 AA 71 19 0 22 21 68 19 37
Octal 200 252 161 31 0 42 41 150 31 67
Binary 10000000 10101010 1110001 11001 0 100010 100001 1101000 11001 110111

Color Harmonies of #80AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA71

Black with #80AA71

Text Example


Text Example

White with #80AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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