Html Css Color HEX #80AA72 Amulet

📋 copy color: '#80AA72'

red 128 ◦ green 170 ◦ blue 114

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

Shades of Amulet #80AA72

Tints of Amulet #80AA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 31.07%
G = 41.26%
B = 27.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#80AA72 (or 0x80AA72) is known color: Amulet. HEX triplet: 80, AA and 72. RGB value is (128,170,114). Sum of RGB (Red+Green+Blue) = 128+170+114=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA72 is #7F558D. Grayscale: #979797. Windows color (decimal): -8344974 or 7514752. OLE color: 7514752.

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

Color convert

RGB 128 170 114 -
CMYK 0.25 0 0.33 0.33
HSL 105º 0.25% 0.56% -
HSV(B) 105º 0.33% 0.67% -
XYZ 26.31 34.55 21.2 -
YUV 151.06 107.09 111.55 -
System Red Green Blue C M Y K H S L
Decimal 128 170 114 0.25 0 0.33 0.33 105 0.25 0.56
Hex 80 AA 72 19 0 21 21 69 19 38
Octal 200 252 162 31 0 41 41 151 31 70
Binary 10000000 10101010 1110010 11001 0 100001 100001 1101001 11001 111000

Color Harmonies of #80AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AA72

Black with #80AA72

Text Example


Text Example

White with #80AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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