Html Css Color HEX #80967A Amulet

📋 copy color: '#80967A'

red 128 ◦ green 150 ◦ blue 122

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

Shades of Amulet #80967A

Tints of Amulet #80967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 32%
G = 37.5%
B = 30.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#80967A (or 0x80967A) is known color: Amulet. HEX triplet: 80, 96 and 7A. RGB value is (128,150,122). Sum of RGB (Red+Green+Blue) = 128+150+122=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #80967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80967A is #7F6985. Grayscale: #8C8C8C. Windows color (decimal): -8350086 or 8033920. OLE color: 8033920.

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

Color convert

RGB 128 150 122 -
CMYK 0.15 0 0.19 0.41
HSL 107.14º 0.12% 0.53% -
HSV(B) 107.14º 0.19% 0.59% -
XYZ 23.32 27.81 22.55 -
YUV 140.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 128 150 122 0.15 0 0.19 0.41 107.14 0.12 0.53
Hex 80 96 7A F 0 13 29 6B C 35
Octal 200 226 172 17 0 23 51 153 14 65
Binary 10000000 10010110 1111010 1111 0 10011 101001 1101011 1100 110101

Color Harmonies of #80967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80967A

Black with #80967A

Text Example


Text Example

White with #80967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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