Html Css Color HEX #8F976E Avocado

📋 copy color: '#8F976E'

red 143 ◦ green 151 ◦ blue 110

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

Shades of Avocado #8F976E

Tints of Avocado #8F976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 35.4%
G = 37.38%
B = 27.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#8F976E (or 0x8F976E) is known color: Avocado. HEX triplet: 8F, 97 and 6E. RGB value is (143,151,110). Sum of RGB (Red+Green+Blue) = 143+151+110=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #8F976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F976E is #706891. Grayscale: #909090. Windows color (decimal): -7366802 or 7247759. OLE color: 7247759.

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

Color convert

RGB 143 151 110 -
CMYK 0.05 0 0.27 0.41
HSL 71.71º 0.16% 0.51% -
HSV(B) 71.71º 0.27% 0.59% -
XYZ 25.21 29.1 19.04 -
YUV 143.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 143 151 110 0.05 0 0.27 0.41 71.71 0.16 0.51
Hex 8F 97 6E 5 0 1B 29 48 10 33
Octal 217 227 156 5 0 33 51 110 20 63
Binary 10001111 10010111 1101110 101 0 11011 101001 1001000 10000 110011

Color Harmonies of #8F976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F976E

Black with #8F976E

Text Example


Text Example

White with #8F976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,110); }

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

background-color css

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

 a { background-color: rgb(143,151,110); }

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

border-color css

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

 span { border-color: rgb(143,151,110); }

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