Html Css Color HEX #80B677 Amulet

📋 copy color: '#80B677'

red 128 ◦ green 182 ◦ blue 119

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

Shades of Amulet #80B677

Tints of Amulet #80B677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 29.84%
G = 42.42%
B = 27.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#80B677 (or 0x80B677) is known color: Amulet. HEX triplet: 80, B6 and 77. RGB value is (128,182,119). Sum of RGB (Red+Green+Blue) = 128+182+119=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #80B677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B677 is #7F4988. Grayscale: #9E9E9E. Windows color (decimal): -8341897 or 7845504. OLE color: 7845504.

HSL color Cylindrical-coordinate representation of color #80B677: hue angle of 111.43º 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 #80B677 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 119 -
CMYK 0.30 0 0.35 0.29
HSL 111.43º 0.3% 0.59% -
HSV(B) 111.43º 0.35% 0.71% -
XYZ 28.96 39.38 23.53 -
YUV 158.67 105.61 106.12 -
System Red Green Blue C M Y K H S L
Decimal 128 182 119 0.30 0 0.35 0.29 111.43 0.3 0.59
Hex 80 B6 77 1E 0 23 1D 6F 1E 3B
Octal 200 266 167 36 0 43 35 157 36 73
Binary 10000000 10110110 1110111 11110 0 100011 11101 1101111 11110 111011

Color Harmonies of #80B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B677

Black with #80B677

Text Example


Text Example

White with #80B677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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