Html Css Color HEX #8E975B Avocado

📋 copy color: '#8E975B'

red 142 ◦ green 151 ◦ blue 91

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

Shades of Avocado #8E975B

Tints of Avocado #8E975B

RGB

 RED value IS 142 (55.86% from 255) = 36.98%

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

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 36.98%
G = 39.32%
B = 23.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#8E975B (or 0x8E975B) is known color: Avocado. HEX triplet: 8E, 97 and 5B. RGB value is (142,151,91). Sum of RGB (Red+Green+Blue) = 142+151+91=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #8E975B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E975B is #7168A4. Grayscale: #8D8D8D. Windows color (decimal): -7432357 or 6002574. OLE color: 6002574.

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

Color convert

RGB 142 151 91 -
CMYK 0.06 0 0.40 0.41
HSL 69º 0.25% 0.47% -
HSV(B) 69º 0.4% 0.59% -
XYZ 24.11 28.64 14.15 -
YUV 141.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 142 151 91 0.06 0 0.40 0.41 69 0.25 0.47
Hex 8E 97 5B 6 0 28 29 45 19 2F
Octal 216 227 133 6 0 50 51 105 31 57
Binary 10001110 10010111 1011011 110 0 101000 101001 1000101 11001 101111

Color Harmonies of #8E975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E975B

Black with #8E975B

Text Example


Text Example

White with #8E975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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