Html Css Color HEX #8F9461 Avocado

📋 copy color: '#8F9461'

red 143 ◦ green 148 ◦ blue 97

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

Shades of Avocado #8F9461

Tints of Avocado #8F9461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

 BLUE value IS 97 (38.28% from 255) = 25%

R = 36.86%
G = 38.14%
B = 25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#8F9461 (or 0x8F9461) is known color: Avocado. HEX triplet: 8F, 94 and 61. RGB value is (143,148,97). Sum of RGB (Red+Green+Blue) = 143+148+97=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9461 is #706B9E. Grayscale: #8C8C8C. Windows color (decimal): -7367583 or 6395023. OLE color: 6395023.

HSL color Cylindrical-coordinate representation of color #8F9461: hue angle of 65.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F9461 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 148 97 -
CMYK 0.03 0 0.34 0.42
HSL 65.88º 0.21% 0.48% -
HSV(B) 65.88º 0.34% 0.58% -
XYZ 24.08 27.88 15.42 -
YUV 140.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 143 148 97 0.03 0 0.34 0.42 65.88 0.21 0.48
Hex 8F 94 61 3 0 22 2A 42 15 30
Octal 217 224 141 3 0 42 52 102 25 60
Binary 10001111 10010100 1100001 11 0 100010 101010 1000010 10101 110000

Color Harmonies of #8F9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9461

Black with #8F9461

Text Example


Text Example

White with #8F9461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,148,97); }

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

background-color css

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

 a { background-color: rgb(143,148,97); }

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

border-color css

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

 span { border-color: rgb(143,148,97); }

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