Html Css Color HEX #8D9760 Avocado

📋 copy color: '#8D9760'

red 141 ◦ green 151 ◦ blue 96

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

Shades of Avocado #8D9760

Tints of Avocado #8D9760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 36.34%
G = 38.92%
B = 24.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#8D9760 (or 0x8D9760) is known color: Avocado. HEX triplet: 8D, 97 and 60. RGB value is (141,151,96). Sum of RGB (Red+Green+Blue) = 141+151+96=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #8D9760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9760 is #72689F. Grayscale: #8D8D8D. Windows color (decimal): -7497888 or 6330253. OLE color: 6330253.

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

Color convert

RGB 141 151 96 -
CMYK 0.07 0 0.36 0.41
HSL 70.91º 0.22% 0.48% -
HSV(B) 70.91º 0.36% 0.59% -
XYZ 24.16 28.64 15.32 -
YUV 141.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 141 151 96 0.07 0 0.36 0.41 70.91 0.22 0.48
Hex 8D 97 60 7 0 24 29 47 16 30
Octal 215 227 140 7 0 44 51 107 26 60
Binary 10001101 10010111 1100000 111 0 100100 101001 1000111 10110 110000

Color Harmonies of #8D9760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9760

Black with #8D9760

Text Example


Text Example

White with #8D9760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,151,96); }

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

background-color css

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

 a { background-color: rgb(141,151,96); }

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

border-color css

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

 span { border-color: rgb(141,151,96); }

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