Html Css Color HEX #8F946C Avocado

📋 copy color: '#8F946C'

red 143 ◦ green 148 ◦ blue 108

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

Shades of Avocado #8F946C

Tints of Avocado #8F946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 35.84%
G = 37.09%
B = 27.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#8F946C (or 0x8F946C) is known color: Avocado. HEX triplet: 8F, 94 and 6C. RGB value is (143,148,108). Sum of RGB (Red+Green+Blue) = 143+148+108=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #8F946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F946C is #706B93. Grayscale: #8E8E8E. Windows color (decimal): -7367572 or 7115919. OLE color: 7115919.

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

Color convert

RGB 143 148 108 -
CMYK 0.03 0 0.27 0.42
HSL 67.5º 0.16% 0.5% -
HSV(B) 67.5º 0.27% 0.58% -
XYZ 24.62 28.1 18.31 -
YUV 141.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 143 148 108 0.03 0 0.27 0.42 67.5 0.16 0.5
Hex 8F 94 6C 3 0 1B 2A 44 10 32
Octal 217 224 154 3 0 33 52 104 20 62
Binary 10001111 10010100 1101100 11 0 11011 101010 1000100 10000 110010

Color Harmonies of #8F946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F946C

Black with #8F946C

Text Example


Text Example

White with #8F946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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