Html Css Color HEX #8F976D Avocado

📋 copy color: '#8F976D'

red 143 ◦ green 151 ◦ blue 109

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

Shades of Avocado #8F976D

Tints of Avocado #8F976D

RGB

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

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

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

R = 35.48%
G = 37.47%
B = 27.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#8F976D (or 0x8F976D) is known color: Avocado. HEX triplet: 8F, 97 and 6D. RGB value is (143,151,109). Sum of RGB (Red+Green+Blue) = 143+151+109=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #8F976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F976D is #706892. Grayscale: #8F8F8F. Windows color (decimal): -7366803 or 7182223. OLE color: 7182223.

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

Color convert

RGB 143 151 109 -
CMYK 0.05 0 0.28 0.41
HSL 71.43º 0.17% 0.51% -
HSV(B) 71.43º 0.28% 0.59% -
XYZ 25.15 29.08 18.75 -
YUV 143.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 143 151 109 0.05 0 0.28 0.41 71.43 0.17 0.51
Hex 8F 97 6D 5 0 1C 29 47 11 33
Octal 217 227 155 5 0 34 51 107 21 63
Binary 10001111 10010111 1101101 101 0 11100 101001 1000111 10001 110011

Color Harmonies of #8F976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F976D

Black with #8F976D

Text Example


Text Example

White with #8F976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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