Html Css Color HEX #8F9466 Avocado

📋 copy color: '#8F9466'

red 143 ◦ green 148 ◦ blue 102

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

Shades of Avocado #8F9466

Tints of Avocado #8F9466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 36.39%
G = 37.66%
B = 25.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#8F9466 (or 0x8F9466) is known color: Avocado. HEX triplet: 8F, 94 and 66. RGB value is (143,148,102). Sum of RGB (Red+Green+Blue) = 143+148+102=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9466 is #706B99. Grayscale: #8D8D8D. Windows color (decimal): -7367578 or 6722703. OLE color: 6722703.

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

Color convert

RGB 143 148 102 -
CMYK 0.03 0 0.31 0.42
HSL 66.52º 0.18% 0.49% -
HSV(B) 66.52º 0.31% 0.58% -
XYZ 24.32 27.98 16.69 -
YUV 141.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 143 148 102 0.03 0 0.31 0.42 66.52 0.18 0.49
Hex 8F 94 66 3 0 1F 2A 43 12 31
Octal 217 224 146 3 0 37 52 103 22 61
Binary 10001111 10010100 1100110 11 0 11111 101010 1000011 10010 110001

Color Harmonies of #8F9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9466

Black with #8F9466

Text Example


Text Example

White with #8F9466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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