Html Css Color HEX #8B975D Avocado

📋 copy color: '#8B975D'

red 139 ◦ green 151 ◦ blue 93

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

Shades of Avocado #8B975D

Tints of Avocado #8B975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 36.29%
G = 39.43%
B = 24.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#8B975D (or 0x8B975D) is known color: Avocado. HEX triplet: 8B, 97 and 5D. RGB value is (139,151,93). Sum of RGB (Red+Green+Blue) = 139+151+93=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 151 - color contains mainly: green. Hex color #8B975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B975D is #7468A2. Grayscale: #8D8D8D. Windows color (decimal): -7628963 or 6133643. OLE color: 6133643.

HSL color Cylindrical-coordinate representation of color #8B975D: hue angle of 72.41º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B975D is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 151 93 -
CMYK 0.08 0 0.38 0.41
HSL 72.41º 0.24% 0.48% -
HSV(B) 72.41º 0.38% 0.59% -
XYZ 23.69 28.41 14.59 -
YUV 140.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 139 151 93 0.08 0 0.38 0.41 72.41 0.24 0.48
Hex 8B 97 5D 8 0 26 29 48 18 30
Octal 213 227 135 10 0 46 51 110 30 60
Binary 10001011 10010111 1011101 1000 0 100110 101001 1001000 11000 110000

Color Harmonies of #8B975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B975D

Black with #8B975D

Text Example


Text Example

White with #8B975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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