Html Css Color HEX #80977B Amulet

📋 copy color: '#80977B'

red 128 ◦ green 151 ◦ blue 123

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

Shades of Amulet #80977B

Tints of Amulet #80977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.56%

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 31.84%
G = 37.56%
B = 30.6%

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

#80977B (or 0x80977B) is known color: Amulet. HEX triplet: 80, 97 and 7B. RGB value is (128,151,123). Sum of RGB (Red+Green+Blue) = 128+151+123=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #80977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80977B is #7F6884. Grayscale: #8D8D8D. Windows color (decimal): -8349829 or 8099712. OLE color: 8099712.

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

Color convert

RGB 128 151 123 -
CMYK 0.15 0 0.19 0.41
HSL 109.29º 0.12% 0.54% -
HSV(B) 109.29º 0.19% 0.59% -
XYZ 23.54 28.15 22.93 -
YUV 140.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 128 151 123 0.15 0 0.19 0.41 109.29 0.12 0.54
Hex 80 97 7B F 0 13 29 6D C 36
Octal 200 227 173 17 0 23 51 155 14 66
Binary 10000000 10010111 1111011 1111 0 10011 101001 1101101 1100 110110

Color Harmonies of #80977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80977B

Black with #80977B

Text Example


Text Example

White with #80977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80977B; }

 p { color: rgb(128,151,123); }

 H1.HeaderClassName
 {
   color: #80977B;
 }
 .AnyTagClassName
 {
   color: #80977B;
 }
</style>

background-color css

<style>
 a { background-color: #80977B; }

 a { background-color: rgb(128,151,123); }

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

border-color css

<style>
 span { border-color: #80977B; }

 span { border-color: rgb(128,151,123); }

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