Html Css Color HEX #8D9470 Avocado

📋 copy color: '#8D9470'

red 141 ◦ green 148 ◦ blue 112

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

Shades of Avocado #8D9470

Tints of Avocado #8D9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 35.16%
G = 36.91%
B = 27.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#8D9470 (or 0x8D9470) is known color: Avocado. HEX triplet: 8D, 94 and 70. RGB value is (141,148,112). Sum of RGB (Red+Green+Blue) = 141+148+112=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #8D9470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9470 is #726B8F. Grayscale: #8D8D8D. Windows color (decimal): -7498640 or 7378061. OLE color: 7378061.

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

Color convert

RGB 141 148 112 -
CMYK 0.05 0 0.24 0.42
HSL 71.67º 0.14% 0.51% -
HSV(B) 71.67º 0.24% 0.58% -
XYZ 24.5 28.01 19.44 -
YUV 141.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 141 148 112 0.05 0 0.24 0.42 71.67 0.14 0.51
Hex 8D 94 70 5 0 18 2A 48 E 33
Octal 215 224 160 5 0 30 52 110 16 63
Binary 10001101 10010100 1110000 101 0 11000 101010 1001000 1110 110011

Color Harmonies of #8D9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9470

Black with #8D9470

Text Example


Text Example

White with #8D9470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,148,112); }

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

background-color css

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

 a { background-color: rgb(141,148,112); }

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

border-color css

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

 span { border-color: rgb(141,148,112); }

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