Html Css Color HEX #8B976D Avocado

📋 copy color: '#8B976D'

red 139 ◦ green 151 ◦ blue 109

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

Shades of Avocado #8B976D

Tints of Avocado #8B976D

RGB

 RED value IS 139 (54.69% from 255) = 34.84%

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

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

R = 34.84%
G = 37.84%
B = 27.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#8B976D (or 0x8B976D) is known color: Avocado. HEX triplet: 8B, 97 and 6D. RGB value is (139,151,109). Sum of RGB (Red+Green+Blue) = 139+151+109=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 151 - color contains mainly: green. Hex color #8B976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B976D is #746892. Grayscale: #8E8E8E. Windows color (decimal): -7628947 or 7182219. OLE color: 7182219.

HSL color Cylindrical-coordinate representation of color #8B976D: hue angle of 77.14º 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 #8B976D is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 151 109 -
CMYK 0.08 0 0.28 0.41
HSL 77.14º 0.17% 0.51% -
HSV(B) 77.14º 0.28% 0.59% -
XYZ 24.47 28.73 18.72 -
YUV 142.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 139 151 109 0.08 0 0.28 0.41 77.14 0.17 0.51
Hex 8B 97 6D 8 0 1C 29 4D 11 33
Octal 213 227 155 10 0 34 51 115 21 63
Binary 10001011 10010111 1101101 1000 0 11100 101001 1001101 10001 110011

Color Harmonies of #8B976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B976D

Black with #8B976D

Text Example


Text Example

White with #8B976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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