Html Css Color HEX #8D9661 Avocado

📋 copy color: '#8D9661'

red 141 ◦ green 150 ◦ blue 97

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

Shades of Avocado #8D9661

Tints of Avocado #8D9661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25%

R = 36.34%
G = 38.66%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#8D9661 (or 0x8D9661) is known color: Avocado. HEX triplet: 8D, 96 and 61. RGB value is (141,150,97). Sum of RGB (Red+Green+Blue) = 141+150+97=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #8D9661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9661 is #72699E. Grayscale: #8D8D8D. Windows color (decimal): -7498143 or 6395533. OLE color: 6395533.

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

Color convert

RGB 141 150 97 -
CMYK 0.06 0 0.35 0.41
HSL 70.19º 0.21% 0.48% -
HSV(B) 70.19º 0.35% 0.59% -
XYZ 24.05 28.34 15.51 -
YUV 141.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 141 150 97 0.06 0 0.35 0.41 70.19 0.21 0.48
Hex 8D 96 61 6 0 23 29 46 15 30
Octal 215 226 141 6 0 43 51 106 25 60
Binary 10001101 10010110 1100001 110 0 100011 101001 1000110 10101 110000

Color Harmonies of #8D9661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9661

Black with #8D9661

Text Example


Text Example

White with #8D9661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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