Html Css Color HEX #80A56E Amulet

📋 copy color: '#80A56E'

red 128 ◦ green 165 ◦ blue 110

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

Shades of Amulet #80A56E

Tints of Amulet #80A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 31.76%
G = 40.94%
B = 27.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#80A56E (or 0x80A56E) is known color: Amulet. HEX triplet: 80, A5 and 6E. RGB value is (128,165,110). Sum of RGB (Red+Green+Blue) = 128+165+110=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #80A56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A56E is #7F5A91. Grayscale: #939393. Windows color (decimal): -8346258 or 7251328. OLE color: 7251328.

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

Color convert

RGB 128 165 110 -
CMYK 0.22 0 0.33 0.35
HSL 100.36º 0.23% 0.54% -
HSV(B) 100.36º 0.33% 0.65% -
XYZ 25.17 32.63 19.72 -
YUV 147.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 128 165 110 0.22 0 0.33 0.35 100.36 0.23 0.54
Hex 80 A5 6E 16 0 21 23 64 17 36
Octal 200 245 156 26 0 41 43 144 27 66
Binary 10000000 10100101 1101110 10110 0 100001 100011 1100100 10111 110110

Color Harmonies of #80A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A56E

Black with #80A56E

Text Example


Text Example

White with #80A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,165,110); }

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

background-color css

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

 a { background-color: rgb(128,165,110); }

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

border-color css

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

 span { border-color: rgb(128,165,110); }

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