Html Css Color HEX #8F956D Avocado

📋 copy color: '#8F956D'

red 143 ◦ green 149 ◦ blue 109

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

Shades of Avocado #8F956D

Tints of Avocado #8F956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 35.66%
G = 37.16%
B = 27.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#8F956D (or 0x8F956D) is known color: Avocado. HEX triplet: 8F, 95 and 6D. RGB value is (143,149,109). Sum of RGB (Red+Green+Blue) = 143+149+109=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #8F956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F956D is #706A92. Grayscale: #8E8E8E. Windows color (decimal): -7367315 or 7181711. OLE color: 7181711.

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

Color convert

RGB 143 149 109 -
CMYK 0.04 0 0.27 0.42
HSL 69º 0.16% 0.51% -
HSV(B) 69º 0.27% 0.58% -
XYZ 24.84 28.44 18.65 -
YUV 142.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 143 149 109 0.04 0 0.27 0.42 69 0.16 0.51
Hex 8F 95 6D 4 0 1B 2A 45 10 33
Octal 217 225 155 4 0 33 52 105 20 63
Binary 10001111 10010101 1101101 100 0 11011 101010 1000101 10000 110011

Color Harmonies of #8F956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F956D

Black with #8F956D

Text Example


Text Example

White with #8F956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,149,109); }

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

background-color css

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

 a { background-color: rgb(143,149,109); }

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

border-color css

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

 span { border-color: rgb(143,149,109); }

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