Html Css Color HEX #8D9B80 Amulet

📋 copy color: '#8D9B80'

red 141 ◦ green 155 ◦ blue 128

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

Shades of Amulet #8D9B80

Tints of Amulet #8D9B80

RGB

 RED value IS 141 (55.47% from 255) = 33.25%

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 33.25%
G = 36.56%
B = 30.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#8D9B80 (or 0x8D9B80) is known color: Amulet. HEX triplet: 8D, 9B and 80. RGB value is (141,155,128). Sum of RGB (Red+Green+Blue) = 141+155+128=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9B80 is #72647F. Grayscale: #939393. Windows color (decimal): -7496832 or 8428429. OLE color: 8428429.

HSL color Cylindrical-coordinate representation of color #8D9B80: hue angle of 91.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D9B80 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 141 155 128 -
CMYK 0.09 0 0.17 0.39
HSL 91.11º 0.12% 0.55% -
HSV(B) 91.11º 0.17% 0.61% -
XYZ 26.6 30.66 24.94 -
YUV 147.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 141 155 128 0.09 0 0.17 0.39 91.11 0.12 0.55
Hex 8D 9B 80 9 0 11 27 5B C 37
Octal 215 233 200 11 0 21 47 133 14 67
Binary 10001101 10011011 10000000 1001 0 10001 100111 1011011 1100 110111

Color Harmonies of #8D9B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9B80

Black with #8D9B80

Text Example


Text Example

White with #8D9B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9B80; }

 p { color: rgb(141,155,128); }

 H1.HeaderClassName
 {
   color: #8D9B80;
 }
 .AnyTagClassName
 {
   color: #8D9B80;
 }
</style>

background-color css

<style>
 a { background-color: #8D9B80; }

 a { background-color: rgb(141,155,128); }

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

border-color css

<style>
 span { border-color: #8D9B80; }

 span { border-color: rgb(141,155,128); }

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