Html Css Color HEX #8F986A Avocado

📋 copy color: '#8F986A'

red 143 ◦ green 152 ◦ blue 106

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

Shades of Avocado #8F986A

Tints of Avocado #8F986A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 35.66%
G = 37.91%
B = 26.43%

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

#8F986A (or 0x8F986A) is known color: Avocado. HEX triplet: 8F, 98 and 6A. RGB value is (143,152,106). Sum of RGB (Red+Green+Blue) = 143+152+106=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #8F986A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F986A is #706795. Grayscale: #909090. Windows color (decimal): -7366550 or 6985871. OLE color: 6985871.

HSL color Cylindrical-coordinate representation of color #8F986A: hue angle of 71.74º 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 #8F986A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 152 106 -
CMYK 0.06 0 0.30 0.40
HSL 71.74º 0.18% 0.51% -
HSV(B) 71.74º 0.3% 0.6% -
XYZ 25.16 29.34 17.97 -
YUV 144.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 143 152 106 0.06 0 0.30 0.40 71.74 0.18 0.51
Hex 8F 98 6A 6 0 1E 28 48 12 33
Octal 217 230 152 6 0 36 50 110 22 63
Binary 10001111 10011000 1101010 110 0 11110 101000 1001000 10010 110011

Color Harmonies of #8F986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F986A

Black with #8F986A

Text Example


Text Example

White with #8F986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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