Html Css Color HEX #80A175 Amulet

📋 copy color: '#80A175'

red 128 ◦ green 161 ◦ blue 117

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

Shades of Amulet #80A175

Tints of Amulet #80A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.66%

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

R = 31.53%
G = 39.66%
B = 28.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#80A175 (or 0x80A175) is known color: Amulet. HEX triplet: 80, A1 and 75. RGB value is (128,161,117). Sum of RGB (Red+Green+Blue) = 128+161+117=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #80A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A175 is #7F5E8A. Grayscale: #929292. Windows color (decimal): -8347275 or 7709056. OLE color: 7709056.

HSL color Cylindrical-coordinate representation of color #80A175: hue angle of 105º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80A175 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 161 117 -
CMYK 0.20 0 0.27 0.37
HSL 105º 0.19% 0.55% -
HSV(B) 105º 0.27% 0.63% -
XYZ 24.86 31.36 21.57 -
YUV 146.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 128 161 117 0.20 0 0.27 0.37 105 0.19 0.55
Hex 80 A1 75 14 0 1B 25 69 13 37
Octal 200 241 165 24 0 33 45 151 23 67
Binary 10000000 10100001 1110101 10100 0 11011 100101 1101001 10011 110111

Color Harmonies of #80A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A175

Black with #80A175

Text Example


Text Example

White with #80A175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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