Html Css Color HEX #80B576 Amulet

📋 copy color: '#80B576'

red 128 ◦ green 181 ◦ blue 118

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

Shades of Amulet #80B576

Tints of Amulet #80B576

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.39%

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 29.98%
G = 42.39%
B = 27.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#80B576 (or 0x80B576) is known color: Amulet. HEX triplet: 80, B5 and 76. RGB value is (128,181,118). Sum of RGB (Red+Green+Blue) = 128+181+118=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #80B576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B576 is #7F4A89. Grayscale: #9E9E9E. Windows color (decimal): -8342154 or 7779712. OLE color: 7779712.

HSL color Cylindrical-coordinate representation of color #80B576: hue angle of 110.48º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80B576 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 118 -
CMYK 0.29 0 0.35 0.29
HSL 110.48º 0.3% 0.59% -
HSV(B) 110.48º 0.35% 0.71% -
XYZ 28.7 38.94 23.14 -
YUV 157.97 105.44 106.62 -
System Red Green Blue C M Y K H S L
Decimal 128 181 118 0.29 0 0.35 0.29 110.48 0.3 0.59
Hex 80 B5 76 1D 0 23 1D 6E 1E 3B
Octal 200 265 166 35 0 43 35 156 36 73
Binary 10000000 10110101 1110110 11101 0 100011 11101 1101110 11110 111011

Color Harmonies of #80B576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B576

Black with #80B576

Text Example


Text Example

White with #80B576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,118); }

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

background-color css

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

 a { background-color: rgb(128,181,118); }

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

border-color css

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

 span { border-color: rgb(128,181,118); }

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