Html Css Color HEX #80B575 Amulet

📋 copy color: '#80B575'

red 128 ◦ green 181 ◦ blue 117

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

Shades of Amulet #80B575

Tints of Amulet #80B575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 30.05%
G = 42.49%
B = 27.46%

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

#80B575 (or 0x80B575) is known color: Amulet. HEX triplet: 80, B5 and 75. RGB value is (128,181,117). Sum of RGB (Red+Green+Blue) = 128+181+117=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #80B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B575 is #7F4A8A. Grayscale: #9E9E9E. Windows color (decimal): -8342155 or 7714176. OLE color: 7714176.

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

Color convert

RGB 128 181 117 -
CMYK 0.29 0 0.35 0.29
HSL 109.69º 0.3% 0.58% -
HSV(B) 109.69º 0.35% 0.71% -
XYZ 28.64 38.92 22.83 -
YUV 157.86 104.94 106.7 -
System Red Green Blue C M Y K H S L
Decimal 128 181 117 0.29 0 0.35 0.29 109.69 0.3 0.58
Hex 80 B5 75 1D 0 23 1D 6E 1E 3A
Octal 200 265 165 35 0 43 35 156 36 72
Binary 10000000 10110101 1110101 11101 0 100011 11101 1101110 11110 111010

Color Harmonies of #80B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B575

Black with #80B575

Text Example


Text Example

White with #80B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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