Html Css Color HEX #8D9373 Avocado

📋 copy color: '#8D9373'

red 141 ◦ green 147 ◦ blue 115

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

Shades of Avocado #8D9373

Tints of Avocado #8D9373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 34.99%
G = 36.48%
B = 28.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#8D9373 (or 0x8D9373) is known color: Avocado. HEX triplet: 8D, 93 and 73. RGB value is (141,147,115). Sum of RGB (Red+Green+Blue) = 141+147+115=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9373 is #726C8C. Grayscale: #8D8D8D. Windows color (decimal): -7498893 or 7574413. OLE color: 7574413.

HSL color Cylindrical-coordinate representation of color #8D9373: hue angle of 71.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D9373 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 147 115 -
CMYK 0.04 0 0.22 0.42
HSL 71.25º 0.13% 0.51% -
HSV(B) 71.25º 0.22% 0.58% -
XYZ 24.51 27.77 20.29 -
YUV 141.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 141 147 115 0.04 0 0.22 0.42 71.25 0.13 0.51
Hex 8D 93 73 4 0 16 2A 47 D 33
Octal 215 223 163 4 0 26 52 107 15 63
Binary 10001101 10010011 1110011 100 0 10110 101010 1000111 1101 110011

Color Harmonies of #8D9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9373

Black with #8D9373

Text Example


Text Example

White with #8D9373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,147,115); }

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

background-color css

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

 a { background-color: rgb(141,147,115); }

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

border-color css

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

 span { border-color: rgb(141,147,115); }

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