Html Css Color HEX #8F966E Avocado

📋 copy color: '#8F966E'

red 143 ◦ green 150 ◦ blue 110

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

Shades of Avocado #8F966E

Tints of Avocado #8F966E

RGB

 RED value IS 143 (56.25% from 255) = 35.48%

 GREEN value IS 150 (58.98% from 255) = 37.22%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 35.48%
G = 37.22%
B = 27.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#8F966E (or 0x8F966E) is known color: Avocado. HEX triplet: 8F, 96 and 6E. RGB value is (143,150,110). Sum of RGB (Red+Green+Blue) = 143+150+110=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #8F966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F966E is #706991. Grayscale: #8F8F8F. Windows color (decimal): -7367058 or 7247503. OLE color: 7247503.

HSL color Cylindrical-coordinate representation of color #8F966E: hue angle of 70.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F966E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 150 110 -
CMYK 0.05 0 0.27 0.41
HSL 70.5º 0.16% 0.51% -
HSV(B) 70.5º 0.27% 0.59% -
XYZ 25.05 28.78 18.99 -
YUV 143.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 143 150 110 0.05 0 0.27 0.41 70.5 0.16 0.51
Hex 8F 96 6E 5 0 1B 29 46 10 33
Octal 217 226 156 5 0 33 51 106 20 63
Binary 10001111 10010110 1101110 101 0 11011 101001 1000110 10000 110011

Color Harmonies of #8F966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F966E

Black with #8F966E

Text Example


Text Example

White with #8F966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,150,110); }

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

background-color css

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

 a { background-color: rgb(143,150,110); }

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

border-color css

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

 span { border-color: rgb(143,150,110); }

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