Html Css Color HEX #8F9171 Avocado

📋 copy color: '#8F9171'

red 143 ◦ green 145 ◦ blue 113

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

Shades of Avocado #8F9171

Tints of Avocado #8F9171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.16%

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

R = 35.66%
G = 36.16%
B = 28.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#8F9171 (or 0x8F9171) is known color: Avocado. HEX triplet: 8F, 91 and 71. RGB value is (143,145,113). Sum of RGB (Red+Green+Blue) = 143+145+113=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9171 is #706E8E. Grayscale: #8C8C8C. Windows color (decimal): -7368335 or 7442831. OLE color: 7442831.

HSL color Cylindrical-coordinate representation of color #8F9171: hue angle of 63.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9171 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 145 113 -
CMYK 0.01 0 0.22 0.43
HSL 63.75º 0.13% 0.51% -
HSV(B) 63.75º 0.22% 0.57% -
XYZ 24.43 27.28 19.6 -
YUV 140.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 143 145 113 0.01 0 0.22 0.43 63.75 0.13 0.51
Hex 8F 91 71 1 0 16 2B 40 D 33
Octal 217 221 161 1 0 26 53 100 15 63
Binary 10001111 10010001 1110001 1 0 10110 101011 1000000 1101 110011

Color Harmonies of #8F9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9171

Black with #8F9171

Text Example


Text Example

White with #8F9171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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