Html Css Color HEX #8E996B Avocado

📋 copy color: '#8E996B'

red 142 ◦ green 153 ◦ blue 107

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

Shades of Avocado #8E996B

Tints of Avocado #8E996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.06%

 BLUE value IS 107 (42.19% from 255) = 26.62%

R = 35.32%
G = 38.06%
B = 26.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#8E996B (or 0x8E996B) is known color: Avocado. HEX triplet: 8E, 99 and 6B. RGB value is (142,153,107). Sum of RGB (Red+Green+Blue) = 142+153+107=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #8E996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E996B is #716694. Grayscale: #909090. Windows color (decimal): -7431829 or 7051662. OLE color: 7051662.

HSL color Cylindrical-coordinate representation of color #8E996B: hue angle of 74.35º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E996B is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 153 107 -
CMYK 0.07 0 0.30 0.4
HSL 74.35º 0.18% 0.51% -
HSV(B) 74.35º 0.3% 0.6% -
XYZ 25.2 29.59 18.29 -
YUV 144.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 142 153 107 0.07 0 0.30 0.4 74.35 0.18 0.51
Hex 8E 99 6B 7 0 1E 28 4A 12 33
Octal 216 231 153 7 0 36 50 112 22 63
Binary 10001110 10011001 1101011 111 0 11110 101000 1001010 10010 110011

Color Harmonies of #8E996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E996B

Black with #8E996B

Text Example


Text Example

White with #8E996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,153,107); }

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

background-color css

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

 a { background-color: rgb(142,153,107); }

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

border-color css

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

 span { border-color: rgb(142,153,107); }

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