Html Css Color HEX #8D976D Avocado

📋 copy color: '#8D976D'

red 141 ◦ green 151 ◦ blue 109

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

Shades of Avocado #8D976D

Tints of Avocado #8D976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 35.16%
G = 37.66%
B = 27.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#8D976D (or 0x8D976D) is known color: Avocado. HEX triplet: 8D, 97 and 6D. RGB value is (141,151,109). Sum of RGB (Red+Green+Blue) = 141+151+109=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #8D976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D976D is #726892. Grayscale: #8F8F8F. Windows color (decimal): -7497875 or 7182221. OLE color: 7182221.

HSL color Cylindrical-coordinate representation of color #8D976D: hue angle of 74.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D976D is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 151 109 -
CMYK 0.07 0 0.28 0.41
HSL 74.29º 0.17% 0.51% -
HSV(B) 74.29º 0.28% 0.59% -
XYZ 24.81 28.9 18.74 -
YUV 143.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 141 151 109 0.07 0 0.28 0.41 74.29 0.17 0.51
Hex 8D 97 6D 7 0 1C 29 4A 11 33
Octal 215 227 155 7 0 34 51 112 21 63
Binary 10001101 10010111 1101101 111 0 11100 101001 1001010 10001 110011

Color Harmonies of #8D976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D976D

Black with #8D976D

Text Example


Text Example

White with #8D976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,151,109); }

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

background-color css

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

 a { background-color: rgb(141,151,109); }

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

border-color css

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

 span { border-color: rgb(141,151,109); }

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