Html Css Color HEX #8B975F Avocado

📋 copy color: '#8B975F'

red 139 ◦ green 151 ◦ blue 95

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

Shades of Avocado #8B975F

Tints of Avocado #8B975F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 36.1%
G = 39.22%
B = 24.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#8B975F (or 0x8B975F) is known color: Avocado. HEX triplet: 8B, 97 and 5F. RGB value is (139,151,95). Sum of RGB (Red+Green+Blue) = 139+151+95=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #8B975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B975F is #7468A0. Grayscale: #8D8D8D. Windows color (decimal): -7628961 or 6264715. OLE color: 6264715.

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

Color convert

RGB 139 151 95 -
CMYK 0.08 0 0.37 0.41
HSL 72.86º 0.23% 0.48% -
HSV(B) 72.86º 0.37% 0.59% -
XYZ 23.78 28.45 15.06 -
YUV 141.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 139 151 95 0.08 0 0.37 0.41 72.86 0.23 0.48
Hex 8B 97 5F 8 0 25 29 49 17 30
Octal 213 227 137 10 0 45 51 111 27 60
Binary 10001011 10010111 1011111 1000 0 100101 101001 1001001 10111 110000

Color Harmonies of #8B975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B975F

Black with #8B975F

Text Example


Text Example

White with #8B975F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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