Html Css Color HEX #8D9664 Avocado

📋 copy color: '#8D9664'

red 141 ◦ green 150 ◦ blue 100

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

Shades of Avocado #8D9664

Tints of Avocado #8D9664

RGB

 RED value IS 141 (55.47% from 255) = 36.06%

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

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 36.06%
G = 38.36%
B = 25.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#8D9664 (or 0x8D9664) is known color: Avocado. HEX triplet: 8D, 96 and 64. RGB value is (141,150,100). Sum of RGB (Red+Green+Blue) = 141+150+100=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9664 is #72699B. Grayscale: #8D8D8D. Windows color (decimal): -7498140 or 6592141. OLE color: 6592141.

HSL color Cylindrical-coordinate representation of color #8D9664: hue angle of 70.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D9664 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 150 100 -
CMYK 0.06 0 0.33 0.41
HSL 70.8º 0.2% 0.49% -
HSV(B) 70.8º 0.33% 0.59% -
XYZ 24.19 28.4 16.26 -
YUV 141.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 141 150 100 0.06 0 0.33 0.41 70.8 0.2 0.49
Hex 8D 96 64 6 0 21 29 47 14 31
Octal 215 226 144 6 0 41 51 107 24 61
Binary 10001101 10010110 1100100 110 0 100001 101001 1000111 10100 110001

Color Harmonies of #8D9664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9664

Black with #8D9664

Text Example


Text Example

White with #8D9664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,150,100); }

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

background-color css

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

 a { background-color: rgb(141,150,100); }

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

border-color css

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

 span { border-color: rgb(141,150,100); }

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