Html Css Color HEX #8F9271 Avocado

📋 copy color: '#8F9271'

red 143 ◦ green 146 ◦ blue 113

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

Shades of Avocado #8F9271

Tints of Avocado #8F9271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 35.57%
G = 36.32%
B = 28.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#8F9271 (or 0x8F9271) is known color: Avocado. HEX triplet: 8F, 92 and 71. RGB value is (143,146,113). Sum of RGB (Red+Green+Blue) = 143+146+113=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9271 is #706D8E. Grayscale: #8D8D8D. Windows color (decimal): -7368079 or 7443087. OLE color: 7443087.

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

Color convert

RGB 143 146 113 -
CMYK 0.02 0 0.23 0.43
HSL 65.45º 0.13% 0.51% -
HSV(B) 65.45º 0.23% 0.57% -
XYZ 24.59 27.59 19.65 -
YUV 141.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 143 146 113 0.02 0 0.23 0.43 65.45 0.13 0.51
Hex 8F 92 71 2 0 17 2B 41 D 33
Octal 217 222 161 2 0 27 53 101 15 63
Binary 10001111 10010010 1110001 10 0 10111 101011 1000001 1101 110011

Color Harmonies of #8F9271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9271

Black with #8F9271

Text Example


Text Example

White with #8F9271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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