Html Css Color HEX #80A775 Amulet

📋 copy color: '#80A775'

red 128 ◦ green 167 ◦ blue 117

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

Shades of Amulet #80A775

Tints of Amulet #80A775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 31.07%
G = 40.53%
B = 28.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#80A775 (or 0x80A775) is known color: Amulet. HEX triplet: 80, A7 and 75. RGB value is (128,167,117). Sum of RGB (Red+Green+Blue) = 128+167+117=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #80A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A775 is #7F588A. Grayscale: #959595. Windows color (decimal): -8345739 or 7710592. OLE color: 7710592.

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

Color convert

RGB 128 167 117 -
CMYK 0.23 0 0.30 0.35
HSL 106.8º 0.22% 0.56% -
HSV(B) 106.8º 0.3% 0.65% -
XYZ 25.93 33.51 21.93 -
YUV 149.64 109.58 112.57 -
System Red Green Blue C M Y K H S L
Decimal 128 167 117 0.23 0 0.30 0.35 106.8 0.22 0.56
Hex 80 A7 75 17 0 1E 23 6B 16 38
Octal 200 247 165 27 0 36 43 153 26 70
Binary 10000000 10100111 1110101 10111 0 11110 100011 1101011 10110 111000

Color Harmonies of #80A775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A775

Black with #80A775

Text Example


Text Example

White with #80A775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,167,117); }

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

background-color css

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

 a { background-color: rgb(128,167,117); }

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

border-color css

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

 span { border-color: rgb(128,167,117); }

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