#8B975B

Color #8B975B Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #8B975B

Tints of Avocado #8B975B

Color information

#8B975B (or 0x8B975B) is unknown color: approx Avocado. HEX triplet: 8B, 97 and 5B. RGB value is (139,151,91). Sum of RGB (Red+Green+Blue) = 139+151+91=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 151 - color contains mainly: green. Hex color #8B975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B975B is #7468A4. Grayscale: #8C8C8C. Windows color (decimal): -7628965 or 6002571. OLE color: 6002571.

HSL color Cylindrical-coordinate representation of color #8B975B: hue angle of 72º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B975B is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB13915191-
CMYK0.0800.400.41
HSL72º24.79%47.45%-
HSV(B)72º39.74%59.22%-
XYZ23.628.3814.13-
YUV140.57100.02126.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=36.48%
G=39.63%
B=23.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139151910.0800.400.417224.7947.45
Hex8B975B80282948192f
Octal21322713310050511103157
Binary1000101110010111101101110000101000101001100100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B975B;
 }
 .AnyTagClassName
 {
   color: #8B975B;
 }
</style>
background-color css

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

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

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

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

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

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