Html Css Color HEX #80A46D Amulet

📋 copy color: '#80A46D'

red 128 ◦ green 164 ◦ blue 109

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

Shades of Amulet #80A46D

Tints of Amulet #80A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 31.92%
G = 40.9%
B = 27.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#80A46D (or 0x80A46D) is known color: Amulet. HEX triplet: 80, A4 and 6D. RGB value is (128,164,109). Sum of RGB (Red+Green+Blue) = 128+164+109=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #80A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A46D is #7F5B92. Grayscale: #939393. Windows color (decimal): -8346515 or 7185536. OLE color: 7185536.

HSL color Cylindrical-coordinate representation of color #80A46D: hue angle of 99.27º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80A46D is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 164 109 -
CMYK 0.22 0 0.34 0.36
HSL 99.27º 0.23% 0.54% -
HSV(B) 99.27º 0.34% 0.64% -
XYZ 24.94 32.24 19.38 -
YUV 146.97 106.57 114.47 -
System Red Green Blue C M Y K H S L
Decimal 128 164 109 0.22 0 0.34 0.36 99.27 0.23 0.54
Hex 80 A4 6D 16 0 22 24 63 17 36
Octal 200 244 155 26 0 42 44 143 27 66
Binary 10000000 10100100 1101101 10110 0 100010 100100 1100011 10111 110110

Color Harmonies of #80A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A46D

Black with #80A46D

Text Example


Text Example

White with #80A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,164,109); }

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

background-color css

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

 a { background-color: rgb(128,164,109); }

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

border-color css

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

 span { border-color: rgb(128,164,109); }

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