Html Css Color HEX #8F946B Avocado

📋 copy color: '#8F946B'

red 143 ◦ green 148 ◦ blue 107

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

Shades of Avocado #8F946B

Tints of Avocado #8F946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 35.93%
G = 37.19%
B = 26.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#8F946B (or 0x8F946B) is known color: Avocado. HEX triplet: 8F, 94 and 6B. RGB value is (143,148,107). Sum of RGB (Red+Green+Blue) = 143+148+107=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #8F946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F946B is #706B94. Grayscale: #8D8D8D. Windows color (decimal): -7367573 or 7050383. OLE color: 7050383.

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

Color convert

RGB 143 148 107 -
CMYK 0.03 0 0.28 0.42
HSL 67.32º 0.16% 0.5% -
HSV(B) 67.32º 0.28% 0.58% -
XYZ 24.57 28.08 18.04 -
YUV 141.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 143 148 107 0.03 0 0.28 0.42 67.32 0.16 0.5
Hex 8F 94 6B 3 0 1C 2A 43 10 32
Octal 217 224 153 3 0 34 52 103 20 62
Binary 10001111 10010100 1101011 11 0 11100 101010 1000011 10000 110010

Color Harmonies of #8F946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F946B

Black with #8F946B

Text Example


Text Example

White with #8F946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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