Html Css Color HEX #80B671 Amulet

📋 copy color: '#80B671'

red 128 ◦ green 182 ◦ blue 113

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

Shades of Amulet #80B671

Tints of Amulet #80B671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

 BLUE value IS 113 (44.53% from 255) = 26.71%

R = 30.26%
G = 43.03%
B = 26.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#80B671 (or 0x80B671) is known color: Amulet. HEX triplet: 80, B6 and 71. RGB value is (128,182,113). Sum of RGB (Red+Green+Blue) = 128+182+113=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #80B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B671 is #7F498E. Grayscale: #9E9E9E. Windows color (decimal): -8341903 or 7452288. OLE color: 7452288.

HSL color Cylindrical-coordinate representation of color #80B671: hue angle of 106.96º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80B671 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 113 -
CMYK 0.30 0 0.38 0.29
HSL 106.96º 0.32% 0.58% -
HSV(B) 106.96º 0.38% 0.71% -
XYZ 28.61 39.24 21.69 -
YUV 157.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 128 182 113 0.30 0 0.38 0.29 106.96 0.32 0.58
Hex 80 B6 71 1E 0 26 1D 6B 20 3A
Octal 200 266 161 36 0 46 35 153 40 72
Binary 10000000 10110110 1110001 11110 0 100110 11101 1101011 100000 111010

Color Harmonies of #80B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B671

Black with #80B671

Text Example


Text Example

White with #80B671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,182,113); }

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

background-color css

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

 a { background-color: rgb(128,182,113); }

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

border-color css

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

 span { border-color: rgb(128,182,113); }

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