Html Css Color HEX #8D965F Avocado

📋 copy color: '#8D965F'

red 141 ◦ green 150 ◦ blue 95

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

Shades of Avocado #8D965F

Tints of Avocado #8D965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 36.53%
G = 38.86%
B = 24.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#8D965F (or 0x8D965F) is known color: Avocado. HEX triplet: 8D, 96 and 5F. RGB value is (141,150,95). Sum of RGB (Red+Green+Blue) = 141+150+95=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #8D965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D965F is #7269A0. Grayscale: #8D8D8D. Windows color (decimal): -7498145 or 6264461. OLE color: 6264461.

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

Color convert

RGB 141 150 95 -
CMYK 0.06 0 0.37 0.41
HSL 69.82º 0.22% 0.48% -
HSV(B) 69.82º 0.37% 0.59% -
XYZ 23.96 28.3 15.03 -
YUV 141.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 141 150 95 0.06 0 0.37 0.41 69.82 0.22 0.48
Hex 8D 96 5F 6 0 25 29 46 16 30
Octal 215 226 137 6 0 45 51 106 26 60
Binary 10001101 10010110 1011111 110 0 100101 101001 1000110 10110 110000

Color Harmonies of #8D965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D965F

Black with #8D965F

Text Example


Text Example

White with #8D965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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