Html Css Color HEX #80B477 Amulet

📋 copy color: '#80B477'

red 128 ◦ green 180 ◦ blue 119

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

Shades of Amulet #80B477

Tints of Amulet #80B477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

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

R = 29.98%
G = 42.15%
B = 27.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#80B477 (or 0x80B477) is known color: Amulet. HEX triplet: 80, B4 and 77. RGB value is (128,180,119). Sum of RGB (Red+Green+Blue) = 128+180+119=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #80B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B477 is #7F4B88. Grayscale: #9D9D9D. Windows color (decimal): -8342409 or 7844992. OLE color: 7844992.

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

Color convert

RGB 128 180 119 -
CMYK 0.29 0 0.34 0.29
HSL 111.15º 0.29% 0.59% -
HSV(B) 111.15º 0.34% 0.71% -
XYZ 28.55 38.56 23.39 -
YUV 157.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 128 180 119 0.29 0 0.34 0.29 111.15 0.29 0.59
Hex 80 B4 77 1D 0 22 1D 6F 1D 3B
Octal 200 264 167 35 0 42 35 157 35 73
Binary 10000000 10110100 1110111 11101 0 100010 11101 1101111 11101 111011

Color Harmonies of #80B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B477

Black with #80B477

Text Example


Text Example

White with #80B477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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