Html Css Color HEX #8F986D Avocado

📋 copy color: '#8F986D'

red 143 ◦ green 152 ◦ blue 109

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

Shades of Avocado #8F986D

Tints of Avocado #8F986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

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

R = 35.4%
G = 37.62%
B = 26.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#8F986D (or 0x8F986D) is known color: Avocado. HEX triplet: 8F, 98 and 6D. RGB value is (143,152,109). Sum of RGB (Red+Green+Blue) = 143+152+109=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #8F986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F986D is #706792. Grayscale: #909090. Windows color (decimal): -7366547 or 7182479. OLE color: 7182479.

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

Color convert

RGB 143 152 109 -
CMYK 0.06 0 0.28 0.40
HSL 72.56º 0.17% 0.51% -
HSV(B) 72.56º 0.28% 0.6% -
XYZ 25.32 29.4 18.81 -
YUV 144.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 143 152 109 0.06 0 0.28 0.40 72.56 0.17 0.51
Hex 8F 98 6D 6 0 1C 28 49 11 33
Octal 217 230 155 6 0 34 50 111 21 63
Binary 10001111 10011000 1101101 110 0 11100 101000 1001001 10001 110011

Color Harmonies of #8F986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F986D

Black with #8F986D

Text Example


Text Example

White with #8F986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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