Html Css Color HEX #8F986B Avocado

📋 copy color: '#8F986B'

red 143 ◦ green 152 ◦ blue 107

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

Shades of Avocado #8F986B

Tints of Avocado #8F986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.62%

R = 35.57%
G = 37.81%
B = 26.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#8F986B (or 0x8F986B) is known color: Avocado. HEX triplet: 8F, 98 and 6B. RGB value is (143,152,107). Sum of RGB (Red+Green+Blue) = 143+152+107=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #8F986B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F986B is #706794. Grayscale: #909090. Windows color (decimal): -7366549 or 7051407. OLE color: 7051407.

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

Color convert

RGB 143 152 107 -
CMYK 0.06 0 0.30 0.40
HSL 72º 0.18% 0.51% -
HSV(B) 72º 0.3% 0.6% -
XYZ 25.21 29.36 18.25 -
YUV 144.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 143 152 107 0.06 0 0.30 0.40 72 0.18 0.51
Hex 8F 98 6B 6 0 1E 28 48 12 33
Octal 217 230 153 6 0 36 50 110 22 63
Binary 10001111 10011000 1101011 110 0 11110 101000 1001000 10010 110011

Color Harmonies of #8F986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F986B

Black with #8F986B

Text Example


Text Example

White with #8F986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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