Html Css Color HEX #80AD73 Amulet

📋 copy color: '#80AD73'

red 128 ◦ green 173 ◦ blue 115

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

Shades of Amulet #80AD73

Tints of Amulet #80AD73

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.59%

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 30.77%
G = 41.59%
B = 27.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#80AD73 (or 0x80AD73) is known color: Amulet. HEX triplet: 80, AD and 73. RGB value is (128,173,115). Sum of RGB (Red+Green+Blue) = 128+173+115=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD73 is #7F528C. Grayscale: #999999. Windows color (decimal): -8344205 or 7581056. OLE color: 7581056.

HSL color Cylindrical-coordinate representation of color #80AD73: hue angle of 106.55º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80AD73 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 115 -
CMYK 0.26 0 0.34 0.32
HSL 106.55º 0.26% 0.56% -
HSV(B) 106.55º 0.34% 0.68% -
XYZ 26.94 35.71 21.69 -
YUV 152.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 128 173 115 0.26 0 0.34 0.32 106.55 0.26 0.56
Hex 80 AD 73 1A 0 22 20 6B 1A 38
Octal 200 255 163 32 0 42 40 153 32 70
Binary 10000000 10101101 1110011 11010 0 100010 100000 1101011 11010 111000

Color Harmonies of #80AD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD73

Black with #80AD73

Text Example


Text Example

White with #80AD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,115); }

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

background-color css

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

 a { background-color: rgb(128,173,115); }

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

border-color css

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

 span { border-color: rgb(128,173,115); }

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