Html Css Color HEX #8F9571 Avocado

📋 copy color: '#8F9571'

red 143 ◦ green 149 ◦ blue 113

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

Shades of Avocado #8F9571

Tints of Avocado #8F9571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 35.31%
G = 36.79%
B = 27.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#8F9571 (or 0x8F9571) is known color: Avocado. HEX triplet: 8F, 95 and 71. RGB value is (143,149,113). Sum of RGB (Red+Green+Blue) = 143+149+113=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9571 is #706A8E. Grayscale: #8F8F8F. Windows color (decimal): -7367311 or 7443855. OLE color: 7443855.

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

Color convert

RGB 143 149 113 -
CMYK 0.04 0 0.24 0.42
HSL 70º 0.15% 0.51% -
HSV(B) 70º 0.24% 0.58% -
XYZ 25.06 28.53 19.81 -
YUV 143.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 143 149 113 0.04 0 0.24 0.42 70 0.15 0.51
Hex 8F 95 71 4 0 18 2A 46 F 33
Octal 217 225 161 4 0 30 52 106 17 63
Binary 10001111 10010101 1110001 100 0 11000 101010 1000110 1111 110011

Color Harmonies of #8F9571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9571

Black with #8F9571

Text Example


Text Example

White with #8F9571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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