Html Css Color HEX #80A879 Amulet

📋 copy color: '#80A879'

red 128 ◦ green 168 ◦ blue 121

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

Shades of Amulet #80A879

Tints of Amulet #80A879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 30.7%
G = 40.29%
B = 29.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#80A879 (or 0x80A879) is known color: Amulet. HEX triplet: 80, A8 and 79. RGB value is (128,168,121). Sum of RGB (Red+Green+Blue) = 128+168+121=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #80A879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A879 is #7F5786. Grayscale: #969696. Windows color (decimal): -8345479 or 7972992. OLE color: 7972992.

HSL color Cylindrical-coordinate representation of color #80A879: hue angle of 111.06º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80A879 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 168 121 -
CMYK 0.24 0 0.28 0.34
HSL 111.06º 0.21% 0.57% -
HSV(B) 111.06º 0.28% 0.66% -
XYZ 26.36 33.97 23.26 -
YUV 150.68 111.25 111.82 -
System Red Green Blue C M Y K H S L
Decimal 128 168 121 0.24 0 0.28 0.34 111.06 0.21 0.57
Hex 80 A8 79 18 0 1C 22 6F 15 39
Octal 200 250 171 30 0 34 42 157 25 71
Binary 10000000 10101000 1111001 11000 0 11100 100010 1101111 10101 111001

Color Harmonies of #80A879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A879

Black with #80A879

Text Example


Text Example

White with #80A879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,168,121); }

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

background-color css

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

 a { background-color: rgb(128,168,121); }

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

border-color css

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

 span { border-color: rgb(128,168,121); }

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