Html Css Color HEX #80967C Amulet

📋 copy color: '#80967C'

red 128 ◦ green 150 ◦ blue 124

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

Shades of Amulet #80967C

Tints of Amulet #80967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.31%

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 31.84%
G = 37.31%
B = 30.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#80967C (or 0x80967C) is known color: Amulet. HEX triplet: 80, 96 and 7C. RGB value is (128,150,124). Sum of RGB (Red+Green+Blue) = 128+150+124=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #80967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80967C is #7F6983. Grayscale: #8C8C8C. Windows color (decimal): -8350084 or 8164992. OLE color: 8164992.

HSL color Cylindrical-coordinate representation of color #80967C: hue angle of 110.77º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80967C is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 124 -
CMYK 0.15 0 0.17 0.41
HSL 110.77º 0.11% 0.54% -
HSV(B) 110.77º 0.17% 0.59% -
XYZ 23.45 27.86 23.21 -
YUV 140.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 128 150 124 0.15 0 0.17 0.41 110.77 0.11 0.54
Hex 80 96 7C F 0 11 29 6F B 36
Octal 200 226 174 17 0 21 51 157 13 66
Binary 10000000 10010110 1111100 1111 0 10001 101001 1101111 1011 110110

Color Harmonies of #80967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80967C

Black with #80967C

Text Example


Text Example

White with #80967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80967C; }

 p { color: rgb(128,150,124); }

 H1.HeaderClassName
 {
   color: #80967C;
 }
 .AnyTagClassName
 {
   color: #80967C;
 }
</style>

background-color css

<style>
 a { background-color: #80967C; }

 a { background-color: rgb(128,150,124); }

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

border-color css

<style>
 span { border-color: #80967C; }

 span { border-color: rgb(128,150,124); }

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