Html Css Color HEX #80B178 Amulet

📋 copy color: '#80B178'

red 128 ◦ green 177 ◦ blue 120

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

Shades of Amulet #80B178

Tints of Amulet #80B178

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 30.12%
G = 41.65%
B = 28.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#80B178 (or 0x80B178) is known color: Amulet. HEX triplet: 80, B1 and 78. RGB value is (128,177,120). Sum of RGB (Red+Green+Blue) = 128+177+120=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #80B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B178 is #7F4E87. Grayscale: #9C9C9C. Windows color (decimal): -8343176 or 7909760. OLE color: 7909760.

HSL color Cylindrical-coordinate representation of color #80B178: hue angle of 111.58º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80B178 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 120 -
CMYK 0.28 0 0.32 0.31
HSL 111.58º 0.27% 0.58% -
HSV(B) 111.58º 0.32% 0.69% -
XYZ 28.01 37.39 23.51 -
YUV 155.85 107.77 108.13 -
System Red Green Blue C M Y K H S L
Decimal 128 177 120 0.28 0 0.32 0.31 111.58 0.27 0.58
Hex 80 B1 78 1C 0 20 1F 70 1B 3A
Octal 200 261 170 34 0 40 37 160 33 72
Binary 10000000 10110001 1111000 11100 0 100000 11111 1110000 11011 111010

Color Harmonies of #80B178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B178

Black with #80B178

Text Example


Text Example

White with #80B178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,177,120); }

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

background-color css

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

 a { background-color: rgb(128,177,120); }

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

border-color css

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

 span { border-color: rgb(128,177,120); }

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