Html Css Color HEX #8F9B6A Avocado

📋 copy color: '#8F9B6A'

red 143 ◦ green 155 ◦ blue 106

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

Shades of Avocado #8F9B6A

Tints of Avocado #8F9B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

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

R = 35.4%
G = 38.37%
B = 26.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#8F9B6A (or 0x8F9B6A) is known color: Avocado. HEX triplet: 8F, 9B and 6A. RGB value is (143,155,106). Sum of RGB (Red+Green+Blue) = 143+155+106=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B6A is #706495. Grayscale: #929292. Windows color (decimal): -7365782 or 6986639. OLE color: 6986639.

HSL color Cylindrical-coordinate representation of color #8F9B6A: hue angle of 74.69º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F9B6A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 155 106 -
CMYK 0.08 0 0.32 0.39
HSL 74.69º 0.2% 0.51% -
HSV(B) 74.69º 0.32% 0.61% -
XYZ 25.65 30.32 18.14 -
YUV 145.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 143 155 106 0.08 0 0.32 0.39 74.69 0.2 0.51
Hex 8F 9B 6A 8 0 20 27 4B 14 33
Octal 217 233 152 10 0 40 47 113 24 63
Binary 10001111 10011011 1101010 1000 0 100000 100111 1001011 10100 110011

Color Harmonies of #8F9B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9B6A

Black with #8F9B6A

Text Example


Text Example

White with #8F9B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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